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.
npm i --save termi
import React, { Component } from 'react'
import MyComponent from 'termi'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © nicholasglazer