vcpm
v0.4.0
Published
VCPM - Voxel Core Project Manager
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 vcpmStandalone
Windows
Linux
MacOS
Other releases can be found in latest release 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
- [ ] Made standalone verison
- [ ] Package management function
- [ ] Create new project command
- [ ] More features coming soon
- [ ] Project Website
Ready
- [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.3.0
MacOS
No tests on MacOS
