Boat CLI
A simple CLI to start your Boat projects.
Commands
Start: boat start [directory]
; will clone current Boat starter into the directory you specify.
Serve: boat serve
; will compile and run your code on a static local server.
It's super duper rudimentary but will improve with time.
1.0.0-alpha.2 - 2017-04-17
Added
How to use the generators
You can run boat generate
to be prompted for all the information you need, or you can run the command boat generate <type> <name>
, where type is 'feature', 'middleware', 'class', or 'interface', and name is whatever you want to call it!