Simple scaffolding
$ boil [--option <argument>]
Display help information.
Choose a boilerplate hosted on GitHub. Input format:
--boilerplate username/repository
- Bash
bramkok/boilerplate-bash
- ECMAScript 2015
bramkok/boilerplate-es2015
Pick a name for the project.
Description of the project.
Name of the project's author.
GitHub username.
Target path of the project.
Use Bats (Bash Automated Testing System)
for testing. The Bats testing file for boil
can be found in the '/test'
directory.
$ bats test/boil.bats
MIT © Bram Kok