Skip to content

bramkok/boil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boil

Simple scaffolding

Usage:

$ boil [--option <argument>]

Options

-h, --help

Display help information.

-b, --boilerplate [REQUIRED]

Choose a boilerplate hosted on GitHub. Input format:

--boilerplate username/repository

-n, --name [REQUIRED]

Pick a name for the project.

-d, --description

Description of the project.

-a, --author

Name of the project's author.

-u, --username

GitHub username.

-p, --path

Target path of the project.

Testing

Use Bats (Bash Automated Testing System) for testing. The Bats testing file for boil can be found in the '/test' directory.

Usage

$ bats test/boil.bats

License

MIT © Bram Kok

Releases

No releases published

Packages

No packages published