GithubHelp home page GithubHelp logo

kiwi-cli's Introduction

logo

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

kiwi-cli's People

Contributors

ollita7 avatar matiasdelgado avatar

Stargazers

David Santacruz avatar Chris Rutherford avatar Mario Paulsen avatar guille avatar danielfrascarelli avatar Nicolas Guerrero avatar  avatar  avatar  avatar  avatar

Watchers

 avatar Chris Rutherford avatar Nicolas Guerrero avatar

kiwi-cli's Issues

Controller is not added to the server options

I created a controller using kc controller command line.
The controller is created correctly but is not added to the server options.
If you can fix it it will help us.

Thanks!
Bruno

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.