1.2.4 • Published 4 years ago

@kites/cli v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Kites cli

Command line interface for Kites Framework

Join the chat at https://gitter.im/nodevn/kites npm version npm downloads

Features

  • Generate new kites applications
  • Run application in development mode

Usage

Create a new kites application

# generate a new app
kites init my-project

# install dependencies and startup program
cd my-project
npm install
npm start

Startup kites application

$ kites up app.js

Options

$ 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:

  • starter: Template project starter with Typescript (default), (repo)
  • 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

License

MIT License

Copyright (c) 2018 Nhữ Bảo Vũ

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago