0.0.3 • Published 7 years ago

skeleton.js v0.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Starting a new project..

Naming

  • As short but descriptive as possible
  • Available on github and npm
  • If something is an extension of another module it should be <other_module>-<new_name>

Setup

  1. mkdir <name> || cd
  2. npm install project-skeleton
  3. Update <name>/package.json
  4. Development: npm watch && npm stop
  5. Update <name>/src/* as required
  6. npm run

Files

  • src/node.js and/or src/browser.js

NPM Scripts

  • watch - REQUIRES WATCHIFY - watchifies src/browser
  • run - REQUIRES NODEMON - nodemons src/node.js. On update this will copy the file to build/node.js and update the running daemon (if any)
  • stop - as of skeleton 0.0.1 this simply does killall node
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

8 years ago