termi
v1.0.0
Published
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 Readme.
Downloads
3
Readme
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