Package Exports
- vcpm
- vcpm/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vcpm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

VCPM - Voxel Core Project Manager
CLI util for managing voxel core content packs, with vcpm we can start new project and build it for release
Installation
npm i -g vcpmUsage
Run command
vcpm COMMANDCheck version
vcpm --version | -vHelp with command
vcpm COMMAND --helpCommands
vcpm build
Build project
USAGE
$ vcpm build [-d]
FLAGS
-d, --dev build in development mode
DESCRIPTION
build projectSee code: src/commands/build/index.ts
vcpm autocomplete
Display autocomplete installation instructions.
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-cacheSupport OS
Windows
- Windows 11 ❓ - 0.2.2 (need update)
Linux
- Arch Linux ✅ - 0.3.0
MacOS
No tests on MacOS