node-asyncjs

0.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-asyncjs

Weekly Downloads

0

Version

0.0.6

License

ISC

Unpacked Size

1.58 kB

Total Files

5

Last publish

Collaborators

  • kagamox