Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicholasglazer/termi

Termi is a web terminal written as a react component that allows you to manage website behavior with command line.
https://github.com/nicholasglazer/termi

component pwa react terminal zeit

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

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](https://termi.now.sh/doc).

## Install

```bash
npm i --save termi
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'termi'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [nicholasglazer](https://github.com/nicholasglazer)