bk-cli

🛠️ Cli Tooling for Rest/GraphQL backend Development.

Usage no npm install needed!

<script type="module">
  import bkCli from 'https://cdn.skypack.dev/bk-cli';
</script>

README

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...

- Typescript Javascript
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