git clone https://[repo]/[module].git node_modules/[module]
...and ability to provide dependency resolution along with custom runscripts? <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
I think they really shouldn't tell us what is now an acceptable scripting language if they still consider that design and that doctype acceptable in 2016. weekDay = (dateObj) => ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'][dateObj.getDay()] leftPad = (str, len, pd = '.') => {
if(pd.length !== 1) throw 'Invalid input'
else return Array(len > str.length ? 1+len-str.length : 0).join(pd) + str
}
Only in red-eyed-hipstazz dreams.