0.1.2 • Published 6 years ago

asynode v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

asynode

Build Status

A cli tool for using async/await without wrapping the main logic with async function.

This project was built for fun at 3 am and is not suitable for production.

Install

npm install -g asynode

Usage

// somefile.js
const axios = require('axios');

const data = await axios.get(...);

Simply run asynode somefile.js. That's it. no need to wrap the main logic with an async function.

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago