All Projects → stefanjudis → Credits Cli

stefanjudis / Credits Cli

Licence: mit
Find out on whose work your project is based on

Programming Languages

javascript
184084 projects - #8 most used programming language

Build Status npm version npm downloads Coverage Status Uses greenkeeper.io All Contributors

credits-cli

Find out on whose work your project is based on

Screenshot

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-cli

Also you can use credits without global installation, using npx:

npx credits-cli

Basic 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.md

Examples

You can use credits to generate a THANKS.md files easily by running:

$ credits . --reporter markdown > THANKS.md

I 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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].