vup-cli
v3.4.2
Published
A CLI tool for creating and managing project templates
Maintainers
Readme
VUP CLI
A CLI tool for creating and managing project templates.
Website
Visit our website: https://www.vupjs.com
Installation
Global Installation
npm install -g vup-cli
npx vup --helpUsage
Initialize New Project
vup init my-projectAdd Application
vup add my-app
vup add my-app --path /custom/path
vup add my-app --forceView/Update/Remove Template Repository
vup template list
vup template update
vup template remove
vup template versionLegacy options are still supported: vup template -l, vup template -u,
vup template -r, and vup template -v.
View/Set Language
vup language --current
vup language --resetAdd AI Instruction Files
vup skill add
vup skill init
vup skill update
vup skill -u
vup skill -vvup skill add will:
- Ask you to choose a target model (
Claude,OpenAI, orCursor) - Read instruction templates from
.agent/ai.mdand.agent/.aiignore - Generate model-recognized files in your project root (for example
CLAUDE.md,AGENTS.md,.cursorignore) - Ask whether to overwrite when target files already exist
- Prompt you to update template files when
.agentis missing
vup skill init will:
- If current
.agentalready exists, prompt to usevup skill update
vup skill update will:
- Prompt you to choose update mode:
Use latest only: fully sync with latest templatesOverwrite same-name files only: keep extra local filesCancel: do nothing
vup skill -v will:
- Read and print version from
.agent/package.json
View Version
vup --versionDevelopment
Local Development
npm run devBuild
npm run buildPublish
npm run publish:npmRequirements
- Node.js >= 22.0.0
License
MIT
