@kunlunjs/cli
v0.0.34
Published
<p align="center"> <a href="http://kunlunjs.cn/" target="blank"><img src="logo.png" width="600" alt="Kunlun Logo" /></a> </p>
Downloads
5
Readme
Description
The Kunlun CLI is a command-line interface tool that helps you to initialize, develop, and your Kunlun application. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured app. Read more here.
Installation
npm install -g @kunlunjs/cli
# or
yarn global add @kunlunjs/cli
Usage
Developing
Install @kunlunjs/cli
to be able to use kunlun
command
npm i -g @kunlunjs/cli
# or
yarn global add @kunlunjs/cli
kunlun new
kunlun start
kunlun build
Stay in touch
- Website - https://kunlunjs.cn
License
Kunlun is MIT licensed.