Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).