Getting Started
Installation
Install the Boil CLI tool globally using either npm
or yarn
.
npm install -g boil-cli-tool
yarn global add boil-cli-tool
Version
After you've installed the CLI tool you can validate that it was installed successfully by running this command.
boil --version
Help
If you're stuck, or just want to see what features the CLI tool has, you can use the --help
flag at anytime.
This is for the general help menu (showing all available commands). See here for more information on all the available commands.
boil --help
This is to get more focused help for individual commands.
boil [COMMAND] --help, e.g. boil create --help