hackforla / automate-the-org

This repo is for creating an discussing github automation inside our organization
0 stars 2 forks source link

New/repo checker #6

Closed jafow closed 4 years ago

jafow commented 4 years ago

summary

alpha version of repo checker scripts

adds mvp cli for checking repos

example

$ ./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

jafow commented 4 years ago

moved this over to 100Automations/cherp closing