@nodemvc/node-mvc-cli

1.1.5 • Public • Published

node-mvc-cli

NodeMVC CLI tool to auto generate a new project.

ATTENTION

NodeMVC and NodeMVC CLI are on active developing process and under maintenance but also expterimental at the time of writing, install and use it at your risk!

Install

Type yarn add -G @nodemvc/node-mvc-cli or npm install -g @nodemvc/node-mvc-cli to install the cli tool. Then you'll have global access to node-mvc command.

Get started

Simply run node-mvc init on your projects directory and follow the instruction.

Commands

To initialize new NodeMVC project:

node-mvc init

You can install plugins to provide new functionalities:

node-mvc add -n [PLUGIN_NAME]

To remove an installed plugin:

node-mvc remove -n [PLUGIN_NAME]

To get the list of available plugins:

node-mvc --available-plugins

or

node-mvc --ap

Available plugins

Name Status Install command
Stripe Payments Development node-mvc add -n @nodemvc/stripe-payments-provider
Paypal Payments Development node-mvc add -n @nodemvc/paypal-payments-provider

More plugins comming soon.

To do

  • [ ] Add remote repository for plugins, based on db;
  • [ ] Add possibility to register custom plugins;

/@nodemvc/node-mvc-cli/

    Package Sidebar

    Install

    npm i @nodemvc/node-mvc-cli

    Weekly Downloads

    1

    Version

    1.1.5

    License

    MIT

    Unpacked Size

    63.4 kB

    Total Files

    39

    Last publish

    Collaborators

    • alexdant91org