@dx-groups/arthur-cli

1.0.5 • Public • Published

arthur-cli

The arthur command line utility.

Getting Started

# install
$ npm i -g @dx-groups/arthur-cli

# create a new Arthur app
$ arthur new <app-name>

# start
$ cd <app-name>
$ npm install                   # Install project dependencies
$ npm start                     # Compile and launch

Commands

new (alias: n)

arthur new

generate (alias: g)

arthur generate [options]

Generate module, submodule and menu

$ arthur g module <module-name>
$ arthur g submodule <submodule-name>
$ arthur g menu <menu-name>

Readme

Keywords

Package Sidebar

Install

npm i @dx-groups/arthur-cli

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

445 kB

Total Files

43

Last publish

Collaborators

  • alcat2008