Getting Started
Install Kerbi, create a project, and generate your first manifest.
Kerbi is a Ruby gem. It comes with code, which you use for your kerbi projects, and an executable, which is a convenient command line interface. Here, we'll install the gem and generate a project.
1. Install the Gem
Start by installing the kerbi gem globally:
You can now run the kerbi
executable from anywhere:
2. Generate a Boilerplate Project
Move to your desired workspace and run kerbi's boilerplate project generator command:
Inspect the newly created project, and optionally, run the bundler:
3. Run Basic Commands
Get familiar with the command line API by running the two most basic commands, starting with template
:
And then values show
to see compiled values in action:
Last updated