Closed jafow closed 4 years ago
alpha version of repo checker scripts
adds mvp cli for checking repos
$ ./cherp.js -h 🐦 cherp 🐦 - a tool for CHecking github RePos ---------------------------------------------- Usage: $ cherp -h show this help output $ cherp add-file --license GPL-2.0 --repo my-repo adds add GPL-2.0 license file to "my-repo"
opens a PR to a repo to add a GPL license file
./cherp.js add-file --repo food-oasis --license GPL-2.0
Here's an example PR opened by this script ^^
tests
npm test
:warning: this is pretty alpha and only does 2 things :-D
offhand todo
moved this over to 100Automations/cherp closing
summary
alpha version of repo checker scripts
adds mvp cli for checking repos
example
opens a PR to a repo to add a GPL license file
Here's an example PR opened by this script ^^
tests
:warning: this is pretty alpha and only does 2 things :-D
offhand todo