termi

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i termi

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

522 kB

Total Files

7

Last publish

Collaborators

  • nicholasglazer