Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 400 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 400 Bytes

maius-cli

The command line tools for maius.

This project is in development, so if you have any question, plz submit a issue.

Installation

npm install -g maius-cli

Usage

init project

Create a new project base on maius template

# optional argument: project name
maius init [project-name]
# example
maius init app

TODO

  • dev
  • build
  • create

EOF.