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...
Work in progress
Like shelljs make but takes advantages of async / await in Node.js
makefile.js :
target.hello = async function() {
console.log("Hello world");
};
More to come...
npm i nomake
0
0.1.0
MIT
9.66 kB
8