NOTE I now use the conventions detailed in the SUIT framework
Used to provide structural templates.
Pattern
t-template-name
| var child_process = require('child_process'); | |
| start(); | |
| function start(nodefile) { | |
| if (typeof start !== 'string') { | |
| console.log('Has none file. like this: start("app.js")'); | |
| } | |
| console.log('Master process is running.'); | |
NOTE I now use the conventions detailed in the SUIT framework
Used to provide structural templates.
Pattern
t-template-name