Coder Social home page Coder Social logo

shengapi's Introduction

Shengapi npm version

An API helper for node.js command Line Interface (CLI)

Table of Contents

Installation

Globally

Install CLI globally with

$ npm install -g @shengael/shengapi

Now you can run CLI using following command anywhere

$ shengapi

Locally

Install CLI locally to your node_modules folder with

$ npm install --save @shengapi/shengael

You should be able to run CLI with

$ node_modules/.bin/sehngapi

Usage

Shengapi

 Commands:
   shengapi init      create new project API
   shengapi generate  generate new element
 
 Options:
   --version   Show version number                                      [boolean]
   -h, --help  Show help                                                [boolean]
 
 Examples:
   shengapi init -n Shengapi -a mongoose     create basic project with basic
   -vv                                       installs
   shengapi generate -n User                 create model, route and controller
                                             for User


###shengapi init

Usage: shengapi init -n project Name [-i] [-d] [-a] [-v]

Options:
  --version         Show version number                                [boolean]
  -n, --name        Project name                             [string] [required]
  -i, --install     Packages to install                                  [array]
  -d, --devinstall  Dev Packages to install                              [array]
  -a, --auto        create basic structure for api (-a mongoose || -a sequelize)
                                                                        [string]
  -v, --verbose     verbose level                                        [count]
  -h, --help        Show help                                          [boolean]

  • If you use --auto, --install and --devinstall are ignored
  • -v show you WARN messages and -vv show you INFO messages

###shengapi generate

Usage: shengapi generate -n element Name [-a] [-v]

Options:
  --version         Show version number                                [boolean]
  -n, --name        Element name                             [string] [required]
  -a, --attributes  model attributes (name:string age:number ...)        [array]
  -v, --verbose     verbose level                                        [count]
  -h, --help        Show help                                          [boolean]

shengapi's People

Contributors

shengael avatar

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.