Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Latest commit

 

History

History
119 lines (74 loc) · 3.1 KB

EXAMPLE-README.md

File metadata and controls

119 lines (74 loc) · 3.1 KB

🚩 @IBBATTA/README-GENERATOR (version 0.1.9)

node version npm version

This project was born mainly to satisfy my desire for knowledge and to simplify my workflow. Being a curious (and also lazy) developer I have always wondered how avoid to waste my working time to write README.md files who fits perfectly project by project and that's why I wrote a tool to help me simplify and speed up these processes.


📦 Main tools used

  • boxen
  • chalk
  • commander
  • figlet
  • handlebars
  • immer
  • inquirer
  • js-yaml
  • lodash

🔧 Developer usage

Set up project

Before cloning the repo be sure you have installed:

  • NODE (version >= 10.16.x)
  • NPM (version >= 6.9.x)

Then:

  • Choose a folder project in your system and switch in cd [folder path]
  • Clone the repo in your folder path git clone git+https://github.com/ibbatta/readme-generator.git

Installation

In order to install the project and all dependencies, enter in the project folder and run npm install


Start the project

npm start

Test the project

npm test

Editor setup

To keep the style of resources consistent, I decided to stick to some shared rules that have to be applied to every project using some editors plugins. Plese be sure to disable / remove any other js/jsx linters or custom configurations.

I have chosen to use

This works including a specific .dotfile in the root directory and making sure your editor has the necessary plugin.


🤝 Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

👥 Credits


💢 Troubleshootings

This is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may not be a good fit for your project(s).


❤️ Show your support

Please ⭐ this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.

Patron logo

🤖 Author

Maurizio Battaghini

You can follow me on twitter · github


Copyright © 2020 Maurizio Battaghini.