Package Exports
- @methodus/cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@methodus/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
-methodus-cli
@methodus/cli
The easies way to setup a new Methodus application is using the CLI.
Commands
methodus - will display the options menu ->
? What project template would you like to generate? (Use arrow keys)
> application
controller
module
servicemethodus application [name] - creates a new Methodus application
methodus generate controller [name] - creates a new Methodus application
methodus generate module [name] - creates a new Methodus application
methodus generate service [name] - creates a new Methodus application
add --module to specify in which module to create the item. e.g.
methodus g c MyControll --module=MyModule