kentaromiura / sugo

MIT License
3 stars 0 forks source link

sugo

Sugo is an helper built on top of polpetta, it lets developers testing applications using new transpiler technologies.

Sugo supports TypeScript, ES6, and Facebook React JS and it can be expanded to support any kind of transpilers.

Why should I use sugo?

I have a bit of TODOs in mind, but please feel free to add any suggestion through GitHub Issue

Install

Sugo is hosted on github but also on npm, you can install it by typing

npm install sugo

FAQ:

Why don't you .gitignore node_modules?

Because I want sugo to be ready for testing as soon as one clones the project, even without running npm install