JSPM

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

VCPM - Voxel Core Project Manager

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

logo.png

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

oclif Version Downloads/week License

Installation

With NPM

npm i -g vcpm

Installers

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 COMMAND

Check version

vcpm --version | -v

Help with command

vcpm COMMAND --help

Commands

vcpm build

Build project

USAGE
  $ vcpm build [-d]

FLAGS
  -d, --dev  build in development mode

DESCRIPTION
  build project

See 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-cache

Roadmap

Plans

  • Package management function
  • Create new project command
  • More features coming soon
  • Project Website

Ready

  • Made standalone verison
  • Building project for production and development
  • Autocomplete for crossplaforms

Support Shells

  • Bash
  • Zsh
  • Powershell 7+
  • Fish (Without Autocomplete)
  • CMD (Without Autocomplete)
  • 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