1.0.0 • Published 5 years ago

node-create-boilerplate v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Description

A Command Line Interface for Creating Nodejs Boilerplates

Installiation

To install node-create-boilerplate from npm, run:

npm i -g node-create-boilerplate

Or:

Windows

npm link

Linux or Mac:

$ sudo npm link

Folder Structure

alt

Usage

Enter Command :

node-create-boilerplate app

alt cmd app

You have options to put in your app like : 1. DB Name 2. Service Name 3. Mongodb Model (Optional) 4. JS Environment: Javascript, Babel, Webpack

After that you will find your files is created and packages is installed with npm:

alt cmd app

Packages:

You can check package.json for package insalled, I install my daily work packages that I use in any node application

License

Copyright (c) 2018 Shorbagy

MIT License