@l.degener/scripting
v0.1.1
Published
Scripting primitives that allow me to easily write install and update automation scripts and the like in (Java|Coffee)script.
Downloads
2
Readme
scripting
Scripting primitives that allow us to easily write install and update automation scripts and the like in (Java|Coffee)script.
Purpose
Currently, we have automation code in .bat
-files on our target machines and
the moreless the same code in shell scripts that we run use in development and
testing. Since we are pretty much commited to using NodeJS anyway, why not do
the scripting in Javscript or Coffeescript instead?