nomake
v0.1.0
Published
Node.js make, use async/await with few helpers to script
Downloads
4
Readme
Node.js Make
Work in progress
Like shelljs make but takes advantages of async / await in Node.js
Usage
makefile.js :
target.hello = async function() {
console.log("Hello world");
};
More to come...