npm.io
1.0.1 • Published 6 years agoCLI

init-server

Licence
ISC
Version
1.0.1
Deps
0
Size
31 kB
Vulns
0
Weekly
0

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