https://github.com/kitesjs/kites-cli
Command line interface for Kites Framework
https://github.com/kitesjs/kites-cli
kites-framework kites-templates template-based
Last synced: 8 months ago
JSON representation
Command line interface for Kites Framework
- Host: GitHub
- URL: https://github.com/kitesjs/kites-cli
- Owner: kitesjs
- License: mit
- Created: 2018-01-06T04:27:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T11:49:50.000Z (about 6 years ago)
- Last Synced: 2025-10-22T00:51:46.167Z (8 months ago)
- Topics: kites-framework, kites-templates, template-based
- Language: JavaScript
- Homepage: https://kites.nodejs.vn
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kites cli
Command line interface for Kites Framework
[](https://gitter.im/nodevn/kites)
[](https://www.npmjs.com/package/@kites/cli)
[](https://www.npmjs.com/package/@kites/cli)
# Features
* Generate new kites applications
* Run application in development mode
# Usage
### Create a new kites application
```bash
# generate a new app
kites init my-project
# install dependencies and startup program
cd my-project
npm install
npm start
```
### Startup kites application
```bash
$ kites up app.js
```
### Options
```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
*
```
### Built-in templates:
* [x] `starter`: Template project starter with Typescript (default), ([repo](https://github.com/kitesjs/typescript-starter))
* [x] `docsify`: Template webserver for documentation site generator, ([repo](https://github.com/kitesjs/kites-docsify))
* [ ] `cms`: Template for generating a Content Management System (CMS), *inprogress*, ([repo](https://github.com/kitesjs/freecms))
* [ ] `chitchat`: Real-time Chat with RoomRTC, *inprogress*
* [ ] `videocall`: Real-time Video Call with RoomRTC, *inprogress*
* [ ] `chatbot`: Real-time Chat with RoomRTC, *inprogress*
# License
MIT License
Copyright (c) 2018 Nhữ Bảo Vũ