Skip to content

Commit

Permalink
Merge pull request #5 from kitesjs/add-cmd-dev
Browse files Browse the repository at this point in the history
Update template
  • Loading branch information
vunb authored Apr 16, 2020
2 parents 2082b05 + 1f22388 commit 05f587d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ Commands:
### Built-in templates:
* [x] [typescript-starter](https://github.com/kitesjs/typescript-starter) - Kites Project Starter with Typescript (default)
* [ ] [project-docs](https://github.com/vunb/kites) - Template for building project document
* [ ] [kites-template-cms](https://github.com/kitesjs/freecms) - Template for generating a Content Management System (CMS), *inprogress*
* [ ] [kites-template-chat](#) - Real-time Chat with RoomRTC, *inprogress*
* [ ] [kites-template-videocall](#) - Real-time Video Call with RoomRTC, *inprogress*
* [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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kites/cli",
"version": "1.2.2",
"version": "1.2.4",
"description": "Command line interface for Kites Framework",
"bin": {
"kites": "./bin/kites.js"
Expand All @@ -26,8 +26,8 @@
},
"homepage": "https://github.com/vunb/kites-cli#readme",
"dependencies": {
"@kites/common": "^1.2.1",
"@kites/core": "^1.2.1",
"@kites/common": "^1.2.3",
"@kites/core": "^1.2.3",
"chalk": "^2.3.2",
"commander": "^2.15.1",
"download-git-repo": "^1.0.2",
Expand Down
2 changes: 2 additions & 0 deletions src/cmd/up.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ function cmdUp(app, options) {
name: script,
workDir: workDir,
daemon: options.daemon,
logFile,
pidFile,
})
} catch (error) {
return Promise.reject(error);
Expand Down
5 changes: 3 additions & 2 deletions src/lib/templates.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"starter": "kitesjs/typescript-starter",
"docsify": "kitesjs/kites-docsify",
"cms": "kitesjs/freecms",
"basic": "vunb/kites#basic",
"apidoc": "vunb/kites#apidoc",
"express": "vunb/kites#express",
"restful": "vunb/kites#restful",
"spa": "vunb/kites#spa",
"cms": "vunb/kites#cms",
"chat": "vunb/kites#chat",
"chitchat": "vunb/kites#chat",
"chatbot": "vntk/chatbot",
"videocall": "nodevn/kites-videocall",
"electron": "nodevn/kites-electron"
Expand Down

0 comments on commit 05f587d

Please sign in to comment.