1.0.0 • Published 4 years ago

termi v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Termi

Termi is a react component written with react hooks that allows you to manage website behavior with command line, e.g. you can change routes 'cd routename' . For more details see docs.

Install

npm i --save termi

Usage

import React, { Component } from 'react'

import MyComponent from 'termi'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © nicholasglazer