Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / motif-web-admin-cli   js

Repository URL to install this package:

Version: 0.0.13 

/ doc / create.txt

Synopsis

  Create a new module
    wadmin create module -n [moduleName]                     ................... create a new module with the given name
    wadmin create module -n [moduleName] -t [templateName]   ................... create a new module with the given name from an existing template

  Create a new Web Admin Application
    wadmin create application -n [applicationName]                   ................... create a new console app with the given name
    wadmin create application -n [applicationName] -t [templateName] ................... create a new console app with the given name from an existing template

Options
    -n, --name .......................... the new mondule/application name
    -t, --template ...................... the template for the new module/application, by default 'default' is used

Show syntax summary, or the help for a specific command.