1.0.9 • Published 5 years ago

bluemonk-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago