plumage-cli
v1.0.0
Published
Command-line interface for Plumage.
Downloads
3
Maintainers
Readme
Plumage CLI
This is the command-line interface for Plumage. It downloads and installs.
Requirements
You'll need the following software installed to get started.
- Node.js 0.12+: Use the installer provided on the NodeJS website.
- With Node installed, run
[sudo] npm install -g gulp
.
- With Node installed, run
- Git: Use the installer for your OS.
- Windows users can also try Git for Windows.
Installing
The Plumage CLI is installed through npm/yarn.
yarn global add plumage-cli
This will add the plumage
command to your system.
Updating
The CLI periodically gets updates that add features or fix bugs. Use yarn to upgrade the CLI to the newest version.
yarn global add plumage-cli
To check what version you currently have, use -v
.
plumage -v