rox-cli
v0.1.7
Published
rox client
Downloads
34
Readme
rox-cli
rox-cli is a project builder. it designed to address the work that can be quickly built, debugged and compiled during project construction. it allows engineers to focus more on business function development.
Install
npm install -g rox-cli
# or
yarn add -g rox-cli
Fast start
Create a new project in current work path
rox init [options] <project name>
rox init <YOUR_PROJECT>