vpm

command
v0.0.0-...-a6fd831 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 28 Imported by: 0

README

VPM (Voedger Package Manager)

The Voedger Package Manager (VPM) functions similarly to Go/NPM but is specifically designed for Voedger. Key commands include:

  • vpm compile
  • vpm build
  • vpm mod init

Principles

  • Go Installation Requirement: To use VPM, Go must be installed.
    • Rationale: This approach simplifies the development process.
  • Integration with go.mod: VPM commands like compile and build utilize go.mod.
  • Project Initialization: The vpm mod init command generates a main.go file that incorporates the latest Voedger repository.
  • Underlying Use of Go Modules: go mod init is leveraged in the background for effective module management.

Commands

  • compile: For detailed instructions and information on the compile command.

Technical Design

  • Integrated tests are the first (execRootCmd() function is used)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL