Skip to content

commander-mvc/commander-mvc

Repository files navigation

commander-mvc

Build Status Codecov branch JavaScript Style Guide npm (tag) semantic-release

Commander-mvc is a wrapper around the popular commandline argument parser and action dispactcher, commander.js. It allows you to develop elegant user interfaces using an out-of-the-box model-view-controller architecture. See the Introduction section of the docs for more information.

Warning

This is a work in progress. Contributions are welcome. Be sure to checkout the Contributing section of the docs.

Install

$ npm install --save commander-mvc

Example

For a tutorial-like example, checkout the Getting Started section of the docs.

Documentation

Go read the Commander MVC Documentation. Built using Sphinx, sphinx-js and TypeDoc.

Development

If you'd like to contribute to the development of this library, be sure to checkout the Development section of the docs.

Projects using commander-mvc

If you use commander-mvc, feel free to add your project to this list:

Contributors