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

/nomake/

    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