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
Instalation
npm i -g vcpmUsage
Build
vcpm buildCreates a zip archive for production use, removing in production build all files and folders which starts on dot, and remove type declarations folder.
Development Build
vcpm build -d | -devCreates a zip archive for development use, without removing any files or folders.
Archive format [pack_id]_[version].zip