build-node-app

1.6.7 • Public • Published

Build Node App

Build a node application boilerplate by running one command!

Live example of build-node-app running

How to use?

$ npx build-node-app app-name

Example

$ npx build-node-app hello-world
$ cd hello-world
$ node index.js

Directory

hello-world
  - node_modules/
  - index.js
  - package.json

Arguments

ArgArgumentDescription
-p--portSpecify port number to serve the app. Default is 3000
--mongodbInstall and import mongodb to your app
--mysqlInstall and import mysql to your app
--corsInstall and import cors to your app
--gitInitialise the project as a git project. Add .git and .gitignore
-v--versionSpecify version of app

NPM Package - Repository

Readme

Keywords

none

Package Sidebar

Install

npm i build-node-app

Weekly Downloads

6

Version

1.6.7

License

ISC

Unpacked Size

189 kB

Total Files

4

Last publish

Collaborators

  • kouul