Flow Router CLI

Having previously found the em/iron-cli command line tools very helpful, I’m now using Flow Router for pretty much all my Meteor projects, so I’ve been putting together a Flow Router equivalent this morning. You can add it with “npm install flow-router-cli -g” and then run it with “flow-cli”.

The idea is to be as lightweight and unopinionated as possible. All you can do at present is scaffold a basic folder structure and add routes, but more features are coming (like adding methods and collections). Pull requests and issues are most welcome at https://github.com/richsilv/flow-cli.

3 Likes