Skip to content

Termi is a web terminal written as a react component that allows you to manage website behavior with command line.

Notifications You must be signed in to change notification settings

nicholasglazer/termi

Repository files navigation

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

About

Termi is a web terminal written as a react component that allows you to manage website behavior with command line.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published