route-cli
Command router for nodeJs CLI applications
Getting Started
1. Installation
npm install route-cli
2. Examples
#! /usr/bin/env nodevar router = ;// @example-command: {appname}router;// @example-command: {appname} test case --saverouter;// @example-command: {appname} example with more argumentsrouter;// @example-command: {appname} example --deflate arguments one two threerouter;// router.execute() with no arguments will default to process.argv.slice(2)router;router;router;router;router;
Copyright and license
Copyright (c) 2015, Any Code lee@anycode.io
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.