Skip to content

Releases: kitesjs/kites-cli

v1.2.4

16 Apr 11:51
Compare
Choose a tag to compare

New features

> command: up

  • remove support starting main script from package.json
  • config default app directory in the current workdir #6

Bugfixes & Improvement

  • update kites/core 1.2.3

v1.2.2

09 Apr 09:22
Compare
Choose a tag to compare

New features

> command: up

  • support startup app without (.extension)

Bugfixes & Improvement

  • N/A

v1.2.1

08 Apr 15:25
Compare
Choose a tag to compare

New features

> Command: init

  • Update templates json file
  • Default to generate --template starter

Bugfixes & Improvement

  • N/A

v1.2.0

08 Apr 11:40
Compare
Choose a tag to compare

New features

> Command: up

  • Support typescript development, by: kites up app.ts

Bugfixes & Improvement

  • child_process change to use spawn to execute process in command kites up