New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@kites/cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kites/cli

Command line interface for Kites Framework

latest
Source
npmnpm
Version
1.2.4
Version published
Weekly downloads
12
-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

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ũ

The MIT License

Keywords

cli

FAQs

Package last updated on 16 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts