🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

flow-router-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-router-cli

Simple CLI for Meteor Flow-Router

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

flow-router-cli

Command-line scaffolding tool designed for use with Meteor's Flow Router. Heavily inspired by meteor-em which is now iron-cli.

THIS IS WIP - PLEASE REPORT BUGS AND FILE FEATURE REQUESTS ON THE ISSUES PAGE

USAGE

$ npm install flow-router-cli -g
$ flow-cli --help

Usage

flow-cli [options] [command]

Commands

  • 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

Options

  • -h, --help - output usage information
  • -V, --version - output the version number

Available entity types

routes, methods, collections

Example

$ flow-cli init
$ flow-cli add routes myRoute1 myRoute2 ...
$ flow-cli info

Keywords

meteor

FAQs

Package last updated on 11 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts