JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q103137F
  • License BSD-3-Clause

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
  service

methodus 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

** Reference **

filename

** Tests overview **

tests