node-asyncjs
v0.0.6
Published
Loads your node.js scripts with async
Readme
node-asyncjs
This is an package for running scripts with async
Examples
You have a script like this
async function yknow() {
console.log('COOL!')
}
await yknow();And want to run it without using a async function in top node-asyncjs makes it simple just execute:
$ asyncjs example.jsInstall
$ sudo npm install node-asyncjs -g