1.0.9 • Published 3 years ago

bluemonk-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Blue Monk CLI

npm.io

Helps build BlueMonk project in few and easy steps.

Installation

Requires Node.js v12+ to run.

$ npm i -g bluemonk-cli

#to start the project
$ monk project <project_name>

#to install all the dependencies
$ npm install

#to create app
$ monk app <app_name>
  • replace "<project_name>" in package.json file with the project name
# start the server
$ npm start
# to utilize the inbuilt Users module
$ monk add users
  • Blue Monk - Node framework to build web apis.
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago