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

Version History

VersionDownloads (Last 7 Days)Published
0.1.00
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i nomake

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

9.66 kB

Total Files

8

Last publish

Collaborators

  • adogor