Cli for converting html to hyperscript and the other way around
npm install hscript[![Build Status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![Dependency Status][david-image]][david-url]
[![License][license-image]][license-url]
Cli for converting html to hyperscript and the other way around.
``sh`
$ npm install -g hscript
`sh`
$ hscript index.html-> h('div', ['text'])
` [MIT][license-url] [npm-image]: https://img.shields.io/npm/v/hscript.svg?style=flat-square [david-image]: http://img.shields.io/david/queckezz/hscript.svg?style=flat-square [license-image]: http://img.shields.io/npm/l/hscript.svg?style=flat-square [travis-image]: https://img.shields.io/travis/queckezz/hscript.svg?style=flat-squaresh
$ hscript index.js->
text
``$3
sh
$ echo "text" | hscript-> h('div', ['text'])
``sh
$ echo "h('div', ['text'])" | hscript --html->
text
``Run tests
``
npm testLicense
[npm-url]: https://npmjs.org/package/hscript
[david-url]: https://david-dm.org/queckezz/hscript
[license-url]: ./license
[travis-url]: https://travis-ci.org/queckezz/hscript