Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nicholasglazer/termi
- Owner: nicholasglazer
- Created: 2020-04-21T21:59:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T08:08:09.000Z (over 3 years ago)
- Last Synced: 2024-11-13T02:03:47.226Z (about 2 months ago)
- Topics: component, pwa, react, terminal, zeit
- Language: JavaScript
- Homepage: https://termi.now.sh
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)