Command-line scaffolding tool designed for use with Meteor's Flow Router. Heavily inspired by meteor-em which is now iron-cli.
$ npm install flow-router-cli -g
$ flow-cli --help
flow-cli [options] [command]
- init - initialise project for Flow-CLI
- info - list entities associated with project
- remove [names...] - remove entities from Flow-CLI register
- add [options] [names...] - add entities to the project
- -h, --help - output usage information
- -V, --version - output the version number
routes, methods, collections
$ flow-cli init
$ flow-cli add routes myRoute1 myRoute2 ...
$ flow-cli info