Command line interface for Kites Framework
npm install @kites/cliCommand line interface for Kites Framework



* Generate new kites applications
* Run application in development mode
``bashgenerate a new app
kites init my-project
$3
`bash
$ kites up app.js
`$3
`yaml
$ kites --help
Usage: kites [command] [options]Options:
-v, --version output the version number
-h, --help output usage information
Commands:
version
init|i [options] [name] Init a new kites project
up [options] [script] Startup kites project
*
`$3
* [x]
starter: Template project starter with Typescript (default), (repo)
* [x] docsify: Template webserver for documentation site generator, (repo)
[ ] cms: Template for generating a Content Management System (CMS), inprogress*, (repo)
[ ] chitchat: Real-time Chat with RoomRTC, inprogress*
[ ] videocall: Real-time Video Call with RoomRTC, inprogress*
[ ] chatbot`: Real-time Chat with RoomRTC, inprogress*MIT License
Copyright (c) 2018 Nhữ Bảo Vũ