3.1.0 • Published 9 years ago
credits-cli v3.1.0
credits-cli
Find out on whose work your project is based on

We all use a lot of open source projects. Really often we don't even know who is responsible for all the well done projects. You want to see who to thank for hard work?
Use credits and find out on whose work your projects are based on.
Install
npm install -g credits-cliBasic usage
credits will check all node_modules recursively and evaluate the Author and Maintainers of the installed dependencies included in the set path.
Usage
$ credits <path>
Options
-r, --reporter Choose reporter to format output [ minimal, extended, markdown ]
Examples
$ credits /projects/foo
$ credits /projects/foo --reporter extended
$ credits /projects/foo --reporter markdown > THANKS.mdExamples
You can use credits to generate a THANKS.md files easily by running:
$ credits . --reporter markdown > THANKS.mdI want to thank all these people for their great work!!!
Contributors
Thanks goes to these wonderful people (emoji key):
| Jayson Harshbarger📖 💻 | Sindre Sorhus💻 |
|---|
This project follows the all-contributors specification. Contributions of any kind welcome!