Skip to content

Instantly share code, notes, and snippets.

@up1
Last active July 8, 2026 06:44
Show Gist options
  • Select an option

  • Save up1/d2d906c7af88353a1f6a571485713beb to your computer and use it in GitHub Desktop.

Select an option

Save up1/d2d906c7af88353a1f6a571485713beb to your computer and use it in GitHub Desktop.
Hello Vite+
$curl -fsSL https://vite.plus | bash
Setting up VITE+...
Would you like Vite+ to manage your Node.js versions?
It adds `node`, `npm`, `npx`, and `corepack` shims to ~/.vite-plus/bin/ and automatically uses the right version.
Opt out anytime with `vp env off`.
Press Enter to accept (Y/n):Y
✔ VITE+ successfully installed!
The Unified Toolchain for the Web.
Get started:
vp create Create a new project
vp env Manage Node.js versions
vp install Install dependencies
vp migrate Migrate to Vite+
Run vp help to see available commands.
// 1. Create project
$vp create
VITE+ - The Unified Toolchain for the Web
› Vite+ Monorepo: Create a new Vite+ monorepo project
Vite+ Application: Create vite applications
Vite+ Library: Create vite libraries
// 2. สนับสนุน AI Agent ต่าง ๆ ด้วย
› Which coding agent instruction files should Vite+ create?
› ◼ AGENTS.md (Codex, Amp, OpenCode, and similar agents)
◻ CLAUDE.md
◻ GEMINI.md
◻ .github/copilot-instructions.md
◻ .cursor/rules/viteplus.mdc
◻ .aiassistant/rules/viteplus.md
// 3. Config Git Hook ด้วย
› Set up pre-commit hooks to run formatting, linting, and type checking with auto-fixes?
› Yes / No
// 4. Projet structure
.
├── AGENTS.md
├── index.html
├── node_modules
├── package-lock.json
├── package.json
├── public
├── src
├── tsconfig.json
└── vite.config.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment