VCPM - Voxel Core Project Manager
npm install vcpmCLI util for managing voxel core content packs, with vcpm we can start
new project and build it for release




- Installation
- Usage
- Commands
- Roadmap
- Support Shells
- Support OS
``bash`
npm i -g vcpm
You can install vcpm with installer for your OS, find it in latest release
Watch here
Standalone tarballs can be found in latest release Watch here
`Bash`
vcpm COMMAND
`Bash`
vcpm --version | -v
`Bash`
vcpm COMMAND --help
- vcpm build
- vcpm autocomplete
Build project
`Bash
USAGE
$ vcpm build [-d]
FLAGS
-d, --dev build in development mode
DESCRIPTION
build project
`
_See code: src/commands/build/index.ts_
Display autocomplete installation instructions.
`Bash
USAGE
$ vcpm autocomplete [SHELL] [-r]
ARGUMENTS
[SHELL] (zsh|bash|powershell) Shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
Display autocomplete installation instructions.
EXAMPLES
$ vcpm autocomplete
$ vcpm autocomplete bash
$ vcpm autocomplete zsh
$ vcpm autocomplete powershell
$ vcpm autocomplete --refresh-cache
``
- [ ] Package management function
- [ ] Create new project command
- [ ] More features coming soon
- [ ] Project Website
- [x] Made standalone verison
- [x] Building project for production and development
- [x] Autocomplete for crossplaforms
- [x] Bash
- [x] Zsh
- [x] Powershell 7+
- [x] Fish (Without Autocomplete)
- [x] CMD (Without Autocomplete)
- [x] Powershell < 7 (Without Autocomplete)
- Windows 11 ❓ - 0.2.2 (need update)
- Arch Linux ✅ - 0.4.0
No tests on MacOS