1.1.1 • Published 5 years ago

kiwi-server-cli v1.1.1

Weekly downloads
44
License
ISC
Repository
github
Last release
5 years ago

Tool to help creation of components

Table of Contents

Installation

  1. Install module gobaly

    npm install kiwi-server-cli -g

Commands

  1. Init

    It creates a default server to start. Also it creates a tsconfig by default. By default this command creates a folder environments with two environments: 1) environment.ts and 2) environment.prod.ts. Also you can create as many environments as you want.

    kc init

  2. Create controller

    kc controller [<name> | <path/name>]

  3. Create Middlewares

    kc middleware [ after | before ] [<name> | <path/name>]

  4. Build

    This command use the tsconfig created by default using init command. The specify what environment file in the environments folder is going to be compiled. Also the code will be generated on a folder dist/.

    kc build -e <env>

    To watch for changes in the source code, use the -w or --watch flag:

    kc build --watch

1.1.1

5 years ago

1.1.0

5 years ago

1.0.15

5 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago