Rad-scripts: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 4: | Line 4: | ||
* Node.js is the largest pile of little inter-dependent software modules the world has ever seen, and lets you use Javascript everywhere.  | * Node.js is the largest pile of little inter-dependent software modules the world has ever seen, and lets you use Javascript everywhere.  | ||
* Here's my little contribution, a small set of utilities that are fundamental to my automated scripting processes.  | * Here's my little contribution, a small set of utilities that are fundamental to my automated scripting processes.  | ||
* my [[Git lightning talk]] provides an overview of the git pattern i'm using  | |||
=== [https://github.com/moodboom/rad-scripts GITHUB] ===  | === [https://github.com/moodboom/rad-scripts GITHUB] ===  | ||
=== [https://www.npmjs.com/package/rad-scripts NPM] ===  | === [https://www.npmjs.com/package/rad-scripts NPM] ===  | ||
Revision as of 16:39, 4 November 2017
- Javascript is here to stay, every time we browse, now and forever.
 - Node.js is the largest pile of little inter-dependent software modules the world has ever seen, and lets you use Javascript everywhere.
 - Here's my little contribution, a small set of utilities that are fundamental to my automated scripting processes.
 - my Git lightning talk provides an overview of the git pattern i'm using
 
