0.0.3 • Published 4 years ago

app-skeleton v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

node-app-skeleton

NPM Version Build Status

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

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago