0.0.6 • Published 4 years ago

node-asyncjs v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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

Install

$ sudo npm install node-asyncjs -g
0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago