yortus / asyncawait

Callback heaven for Node.js with async/await
MIT License
1.91k stars 77 forks source link

Installation only with NodeJS? #12

Closed rogerfar closed 9 years ago

rogerfar commented 9 years ago

I am a bit lost here. My project is fully written in TS with WebAPI backend, so I have never touched NodeJS.

I did manage to get npm to work and did npm install asyncawait and I got a bunch of files.

But what am I supposed to do next? I see that await.js is almost empty, how can I build the source to a release point?

Or is this project nodeJS only?

yortus commented 9 years ago

Hi @rogier21,

Yes, it's node.js only. You can find more info about this in the readme.