1.4.1 • Published 6 years ago

@colophon/cli v1.4.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

@colophon/cli version License Build Status Downloads

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:

# Debian/Ubuntu:
sudo apt install libsecret-1-dev

# Red Hat-based:
sudo yum install libsecret-devel

# Arch Linux:
sudo pacman -S libsecret

Usage

colophon <command>

Commands:
  org <name>  process org repos
  user        process user repos

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

License: ISC Copyright: Colophon Project