react-hterm

A react component to render hterm.

Usage no npm install needed!

<script type="module">
  import reactHterm from 'https://cdn.skypack.dev/react-hterm';
</script>

README

react-hterm

NPM version NPM downloads Build Status Coverage Status Dependency Status

A react component to render hterm.

How to Install

$ npm install react-hterm

Getting Started

...

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm run lint          # Lint the source code with ESLint
$ npm test              # Run unit tests with Mocha
$ npm run test:watch    # Run unit tests with Mocha, and watch files for changes
$ npm run test:cover    # Run unit tests with code coverage by Istanbul

To launch the documentation site, run:

$ npm install -g easystatic
$ npm start

License

MIT © 2016 Umut Sirin