@colophon/cli

@colophon/cli

Usage no npm install needed!

<script type="module">
  import colophonCli from 'https://cdn.skypack.dev/@colophon/cli';
</script>

README

@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