Skip to content

JenkinsPackageManager/jpm-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPM

I want to learn Go.

Requirements

  • go

Setup

Go CLI

We need to link jpm-cli to GOPATH so it can be installed and used globally

ln -s /path/to/jpm/jpm-cli `echo $GOPATH`/src/github.com/JenkinsPackageManager/jpm

Then, we can cd into the linked path and install

cd $GOPATH/src/github.com/JenkinsPackageManager/jpm
go install

CLI Usage

jpm install
jpm add <dependency>
jpm publish

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published