1.0.0 • Published 6 years ago
termi v1.0.0
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 termiUsage
import React, { Component } from 'react'
import MyComponent from 'termi'
class Example extends Component {
  render() {
    return <MyComponent />
  }
}License
MIT © nicholasglazer
1.0.0
6 years ago