0.0.1 • Published 10 years ago
nixie-cli v0.0.1
nixie-cli
The nixie cli helps authors of nixie packages work with and build nixie applications. Find out more in the docs
Installation
To install, make sure you have node installed
sudo apt-get install nodejsThen install nixie-cli globally
npm install -g nixieUse
To get help, or to get the list of all sub commands, simply run help
nixie helphelp is also used to discover how to use sub commands
nixie help example
> An example command.
> Usage:
> nixie example
> > 'You ran the example command!'To update nixie-cli, use update
nixie updateThough if you haven't updated in a while, nixie-cli will remind you 😀
Before you run any commands, you'll need to set up some config by running init
nixie initThen follow the prompts