nomake

0.1.0 • Public • Published

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...

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.05latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.05
0.0.74
0.0.64
0.0.54
0.0.44
0.0.33
0.0.23
0.0.12

Package Sidebar

Install

npm i nomake

Weekly Downloads

29

Version

0.1.0

License

MIT

Unpacked Size

9.66 kB

Total Files

8

Last publish

Collaborators

  • adogor