Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebogoo/terminol
Simple terminal like website written in JavaScript.
https://github.com/lebogoo/terminol
Last synced: about 1 month ago
JSON representation
Simple terminal like website written in JavaScript.
- Host: GitHub
- URL: https://github.com/lebogoo/terminol
- Owner: LeBogoo
- Created: 2022-05-26T16:47:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T20:43:06.000Z (7 months ago)
- Last Synced: 2024-06-13T23:30:13.384Z (7 months ago)
- Language: TypeScript
- Homepage: https://lebogo.me/Terminol
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminol
This is a terminal like website written in TypeScript.
You can use it for whatever you want!
## Development
To start developing, you need to have Node.js installed.
1. Clone the repository.
2. Run `npm install` to install the dependencies.
3. Run `npm run dev` to start the development server.
4. Open `http://localhost:8080` in your browser.## Building
To build the project, run `npm run build`. The output will be in the `dist` folder.
## Features
- **Commands**: A simple command system.
- **History**: A command history.
- **Custom commands**: Add your own commands.
- **Custom colors**: Add your own colors.
- **Persistent history**: History is stored in LocalStorage.## Upcoming features
- **Programms**: Add your own programs written in JavaScript.