app-skeleton
v0.0.3
Published
A customized project skeleton for NodeJS
Downloads
5
Maintainers
Readme
node-app-skeleton
Johanna's skeleton for NodeJS applications
Install
git clone https://github.com/johannawren/node-skeleton
mv node-skeleton <YOUR_PROJECT_NAME>
cd <YOUR_PROJECT_NAME>
git checkout stable
rm -rf .git
git init
npm install
or
wget https://github.com/johannawren/node-skeleton/archive/stable.zip
unzip stable.zip
mv node-skeleton-stable <YOUR_PROJECT_NAME>
cd <YOUR_PROJECT_NAME>
git init
npm install
Usage
In progess
Advanced usage
In progess
Known incompatibilities
None