https://github.com/yuri-xyz/minimal
▲ Minimalist cross-platform shell environment, powered by TypeScript.
https://github.com/yuri-xyz/minimal
aesthetic console shell shell-environment typescript
Last synced: 6 months ago
JSON representation
▲ Minimalist cross-platform shell environment, powered by TypeScript.
- Host: GitHub
- URL: https://github.com/yuri-xyz/minimal
- Owner: yuri-xyz
- License: other
- Created: 2024-01-27T12:18:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T05:02:07.000Z (over 1 year ago)
- Last Synced: 2025-04-01T16:55:29.856Z (6 months ago)
- Topics: aesthetic, console, shell, shell-environment, typescript
- Language: TypeScript
- Homepage:
- Size: 4.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
🎯 Goal: Create an cross-platform, minimalistic shell environment powered by JavaScript,
offering unique features and customization options.## Building and running
### Prerequisites
- [Node.js](https://nodejs.org/en)
- [Yarn](https://yarnpkg.com/)### Building & running locally
```bash
yarn
yarn start
```