/vix

☢️ ViteShell + Inken + XTerminal starter - bootstrap your web-based cli application

Primary LanguageTypeScriptMIT LicenseMIT

VIX

ViteShell + Inken + XTerminal

Bootstrap your web-based CLI application

QuickStart

Open in StackBlitz

Or get started locally using

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: Build web-based command-line interfaces
  • inken: Terminal-like string styling for the browser
  • viteshell: A minimal shell implementation written in TypeScript

License

Copyright (c) 2023 Henry Hale.

Released under the MIT License.