-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Wanted the list of cli tools:
-
mvc: Assembling all into complete ship (default), document -
basic: Template for building from scratch -
apidoc: Template for API Documentation, nodevn/kites-apidoc -
express: Template for Express Application -
restful: Template for generating a RESTful API Server -
spa: Template for generating a Single Page Application (kites/spa) -
cms: Template for generating a Content Management System (CMS) -
chat: Template for generating a Chat application -
chatbot: Template for generating an AI Chatbot application, vntk/chatbot, document -
videocall: Template for generating a Video Call application -
electron: Template for creating a desktop application withnative_modules -
gateway: Template for creating a microservices API Gateway -
oauth|oauth2: Template for creating an OAuth2 Server -
crawler: Template for crawl news, products, ...
Syntax:
kites init [my_app_name] --template chatbot
Example:
kites init my_kute_chatbot --template chatbot
Then a new project will be generated at the current directory.