app-skeleton

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i app-skeleton

Weekly Downloads

25

Version

0.0.3

License

MIT

Unpacked Size

1.56 MB

Total Files

1087

Last publish

Collaborators

  • johannawren