0.1.3 ⢠Published 6 years ago
bk-cli v0.1.3
bk-cli
š ļø Cli Tooling for Rest/GraphQL backend Development.
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 | - | - |
[
]
Installation
Install CLI globally with
$ npm install -g bk-cliNow you can run CLI using following command anywhere
$ bk-cliUsage
$ 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