Skip to content

xubaoshi/arthur-cli

 
 

Repository files navigation

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>

About

The arthur command line utility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.9%
  • Smarty 26.4%
  • HTML 6.6%
  • CSS 6.1%