bluemonk-cli

Command Line Interface for BlueMonk(Web Framework)

Usage no npm install needed!

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

README

Blue Monk CLI

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.