0.1.7 • Published 3 years ago

rox-cli v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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>