node-create-boilerplate

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-create-boilerplate

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

20.9 kB

Total Files

38

Last publish

Collaborators

  • shorbagy