0.0.4 โข Published 5 years ago
ganco v0.0.4
โจ Ganco cli
Simple cli to generate a nice readme, licence or package.json file
โญ๏ธ Install
$ npm install ganco -g
// or
$ yarn add ganco -g
๐ Usage
> ganco readme
> ganco license
> ganco package
๐งช Tests
npm run tests
๐ฆ Build with
- Nodejs
- inquirer
๐ค Contributing
Pull requests are the greatest contributions, so be sure they are focused in scope, and do avoid unrelated commits.
- Fork it!
- Clone your fork: git clone https://github.com//repo-name
- Navigate to the newly cloned directory: cd repo-name
- Create a new branch for the new feature: git checkout -b my-new-feature
- Install the tools necessary for development: npm install
- Make your changes.
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request with full remarks documenting your changes.
๐ Author
Haikel Fazzani
โโโ๏ธ License
This project is licensed under the MIT License - see the LICENSE.md file for details