JS String Template to Function Source
======================================

This README will be written soon.

To see what it does, take a look to [tests](https://github.com/ifraixedes/jst2fsrc/tree/master/test/test.js)

## Install

`npm install t2fsrc`

## Development

Lint `npm run -s lin`
Test `npm run -s test`
Coverage `npm run -s test-cov`

## License

MIT, read [LICENSE](https://github.com/ifraixedes/jst2fsrc/blob/master/LICENSE) file for more information.


