Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryhale/vix
☢️ ViteShell + Inken + XTerminal starter - bootstrap your web-based cli application
https://github.com/henryhale/vix
colors henryhale inken terminal viteshell web web-application xterminal
Last synced: 3 days ago
JSON representation
☢️ ViteShell + Inken + XTerminal starter - bootstrap your web-based cli application
- Host: GitHub
- URL: https://github.com/henryhale/vix
- Owner: henryhale
- License: mit
- Created: 2023-08-21T02:20:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-06T06:30:51.000Z (5 months ago)
- Last Synced: 2024-06-06T07:48:20.874Z (5 months ago)
- Topics: colors, henryhale, inken, terminal, viteshell, web, web-application, xterminal
- Language: TypeScript
- Homepage: https://henryhale.github.io/vix/
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VIX
[ViteShell](https://github.com/henryhale/viteshell) + [Inken](https://github.com/henryhale/inken) + [XTerminal](https://github.com/henryhale/xterminal)
Bootstrap your web-based CLI application
![](./media/preview.png)
## QuickStart
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/henryhale/vix)
Or get started locally using
```sh
npx degit github:henryhale/vix
npm install # pnpm install
npm run dev # pnpm dev
```## Development
1. Use this template or clone this repository
2. Install dependencies: `pnpm install`
3. Run dev server: `pnpm dev`## Production
1. Build the project: `pnpm build`
2. Preview production build: `pnpm preview`## Related
- [xterminal](https://github.com/henryhale/xterminal): Build web-based command-line interfaces
- [inken](https://github.com/henryhale/inken): Terminal-like string styling for the browser
- [viteshell](https://github.com/henryhale/viteshell): A minimal shell implementation written in TypeScript## License
Copyright (c) 2023 [Henry Hale](https://github.com/henryhale/).
Released under the [MIT License](./LICENSE.txt).