credits-cli
credits-cli copied to clipboard
Find out on whose work your project is based on
Hi there and thanks for your work on `credits-cli` - it's a very useful module! What I noticed when running `credits-cli` on one of my projects is that it struggles...
It's like the extended one, but the packages could be hidden behind a `` tag
A few suggestions I think we can consider: - [x] Get the current project name from the name attribute in the package.json instead of the folder name. - [ ]...
Passing cli flags to reporters would allow features such as `--no-email`
Add flags, for example: ``` credits --jspm credits --no-bower ```
https://github.com/stefanjudis/credits-cli/blob/master/cli.spec.js#L8
I've got something like this in mind: ``` $ credits . --reporter /path/to/fancy/reporter ```