0.1.3 ā€¢ Published 5 years ago

bk-cli v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

bk-cli

šŸ› ļø Cli Tooling for Rest/GraphQL backend Development.

npm Travis npm

Note that: this cli tooling just only support little features now, it is also on contributing...

-TypescriptJavascript
GraphQL Graphql-yogaāœ“-
GraphQL Apollo Expressāœ“-
GraphQL Apollo Koaāœ“-
REST Express--
REST Koa--
REST Egg--
REST Nest--

[img]

Installation

Install CLI globally with

$ npm install -g bk-cli

Now you can run CLI using following command anywhere

$ bk-cli

Usage

$ bk-cli -h

Usage: bk-cli init [project-name]

Options:

  -v, --version        output the version number
  -h, --help           output usage information

Commands:

  init <project_name>  create a new project with giving name
  *                    you can create a new project quickly

Examples:

    # create a new project with an official template
    $ bk-cli init my-project