vcpm
v0.4.2
Published
VCPM - Voxel Core Project Manager
Downloads
28
Maintainers
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
With NPM
npm i -g vcpmInstallers
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
Usage
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-cacheRoadmap
Plans
- [ ] Package management function
- [ ] Create new project command
- [ ] More features coming soon
- [ ] Project Website
Ready
- [x] Made standalone verison
- [x] Building project for production and development
- [x] Autocomplete for crossplaforms
Support Shells
- [x] Bash
- [x] Zsh
- [x] Powershell 7+
- [x] Fish (Without Autocomplete)
- [x] CMD (Without Autocomplete)
- [x] Powershell < 7 (Without Autocomplete)
Support OS
Windows
- Windows 11 ❓ - 0.2.2 (need update)
Linux
- Arch Linux ✅ - 0.4.0
MacOS
No tests on MacOS
