1.0.1 • Published 5 years ago

init-server v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

init-server

A Nodejs CLI

Description

A Nodejs CLI that helps speed up development process by creating folders and files that would be needed for nodejs backend development projects.

Installation

Installation uses the npm package manager. Just type the following command after installing npm.

npm install init-server -g

Example

init-server

cd server

npm install

npm run dev