xubaoshi / arthur-cli

The arthur command line utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 60.8%Language:Smarty 26.4%Language:HTML 6.6%Language:CSS 6.1%