1.0.3 ā€¢ Published 5 years ago

git-repo-npm-bootster v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

A cli to that automatically generate all the needed files to make your repo or npm package look good and reach the 100 quality score

šŸ  Homepage

Idea

As a developer you should focus on writing code more instead spending a lot of time on writing nice docs at the beginning.

The following files are generated by running the commands already with nice stuff on it:

  • README.md.
  • .gitattributes // Specifying language of the repo.
  • CHANGELOG.md
  • contributing.md
  • LICENSE
  • Eslint (If checked) // Having linter can boost your npm package scores
  • Tslint (If checked)

More to come.

Install

npm install git-repo-npm-bootster -g

Usage

boost-git-repo

Run tests

npm run test

Author

šŸ‘¤ Yi Zhuang

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2019 Yi Zhuang. This project is MIT licensed.