UNPKG

@boat/cli

Version:

A simple CLI to start your Boat projects

19 lines (13 loc) 876 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0-alpha.2](https://github.com/getcanal/boat-cli/releases/tag/v1.0.0-alpha.2) - 2017-04-17 ### Added - Generators! #### 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! ## [1.0.0-alpha.1](https://github.com/getcanal/boat-cli/releases/tag/v1.0.0-alpha.1) - 2017-04-16 ### Added - Working -v flag for version ## [1.0.0-alpha.0](https://github.com/getcanal/boat-cli/releases/tag/v1.0.0-alpha.0) - 2017-04-16 ### First Release!