node-setup
v2.0.0
Published
A cli for creating either a basic NodeJS project, or an EJS/NodeJS project. Standard dependencies are Express and Dotenv.
Downloads
3
Maintainers
Readme
Node-Setup
Author: Rory Letteney
Overview
A cli for creating either a basic NodeJS project, or an EJS/NodeJS project. Standard dependencies are Express and Dotenv.
Instructions
If downloading via NPM:
npm i -g node-setup
If downloading via Github:
git clone https://github.com/letteneysoftware/node-setup.git
cd node-setup
npm link
Afterwards you are free to move to any directory and run create-node-app
.
Bugs
- If you find a bug, please let me know at
https://github.com/letteneysoftware/node-setup
.