@colophon/cli
Discover and parse Colophon files in your GitHub repositories
Install
npm install --production --save cli
Linux Setup
This library uses libsecret
for storing tokens in your keychain, you may need to install it before running npm install
.
Depending on your distribution, you will need to run the following command:
sudo apt install libsecret-1-dev
sudo yum install libsecret-devel
sudo pacman -S libsecret
Usage
colophon <command>
Commands:
index.js org <name> process org repos
index.js user process user repos
Options:
--version Show version number [boolean]
--help Show help [boolean]
License: ISC •
Copyright: Colophon Project