node-boiler
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "node-boiler", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Node boiler is a library that automatically writes boiler plate code which otherwise does not come out of the box with node.js. This tool comes in handy while make REST APIs.", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"author": "Mayank Shah", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -18,0 +18,0 @@ "bluebird": "^3.5.4", |
<img src="./assets/logo.png" width="350" title="Node Boiler"> | ||
[![npm version](https://badge.fury.io/js/node-boiler.svg)](https://www.npmjs.com/package/node-boiler) [![Build Status](https://travis-ci.org/mayankshah1607/node-boiler.svg?branch=master)](https://travis-ci.org/mayankshah1607/node-boiler) | ||
[![npm version](https://badge.fury.io/js/node-boiler.svg)](https://www.npmjs.com/package/node-boiler) [![Build Status](https://travis-ci.org/mayankshah1607/node-boiler.svg?branch=master)](https://travis-ci.org/mayankshah1607/node-boiler) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) | ||
:computer: Generate all your boiler plate code for writing REST APIs with just one command. | ||
1. Create a `boil.yml` file in your project directory specifying your configuration. Scroll below to see the semantic rules for writing `boil.yml` | ||
## Installation | ||
This [Node.js](https://nodejs.org/en/) module is available through [npm registry](https://www.npmjs.com/package/node-boiler) | ||
Install the module globally by running the following command | ||
``` | ||
$ npm i -g node-boiler | ||
``` | ||
> Note: Not installing it gloabally may cause it to malfunction. We're working on the fix. | ||
## Usage | ||
1. Create a `boil.yml` file in your project directory specifying your configuration. Scroll below to see the semantic rules for writing your own `boil.yml` | ||
> example `boil.yml` | ||
@@ -117,12 +129,2 @@ | ||
## Installation | ||
This [Node.js](https://nodejs.org/en/) module is available through [npm registry](https://www.npmjs.com/package/node-boiler) | ||
Install the module globally by running the following command | ||
``` | ||
$ npm i -g node-boiler | ||
``` | ||
> Note: Not installing it gloabally may cause it to malfunction. We're working on the fix. | ||
## Features | ||
@@ -166,3 +168,3 @@ * Generates all your mongoose models | ||
## Tests | ||
To run the test suite, run the following command : | ||
To run the test suite, execute the following command : | ||
``` | ||
@@ -169,0 +171,0 @@ $ npm install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
13863
0
175