JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q59384F
  • License MIT

VCPM - Voxel Core Project Manager. Is unoficall CLI util for managing content packs

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 vcpm

Usage

Build

vcpm build

Creates 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 | -dev

Creates a zip archive for development use, without removing any files or folders.

Archive format [pack_id]_[version].zip