skeleton.js
v0.0.3
Published
..
Readme
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
mkdir <name> || cdnpm install project-skeleton- Update
<name>/package.json - Development:
npm watch&&npm stop - Update
<name>/src/*as required npm run
Files
src/node.jsand/orsrc/browser.js
NPM Scripts
watch- REQUIRES WATCHIFY - watchifiessrc/browserrun- REQUIRES NODEMON - nodemonssrc/node.js. On update this will copy the file tobuild/node.jsand update the running daemon (if any)stop- as of skeleton 0.0.1 this simply doeskillall node
