1.1.5 • Published 4 years ago

@nodemvc/node-mvc-cli v1.1.5

Weekly downloads
251
License
MIT
Repository
github
Last release
4 years ago

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

NameStatusInstall command
Stripe PaymentsDevelopmentnode-mvc add -n @nodemvc/stripe-payments-provider
Paypal PaymentsDevelopmentnode-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;
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago