Skip to content
Akihisa Yagi edited this page Aug 2, 2019 · 2 revisions

Welcome to the plpm wiki!

What is PLPM - Private Located Package Manager ?

This is a tool with which you can create and install (of course uninstall) packages in your local environment.

Getting started

Install plpm

First, clone a git repo

mkdir plpm
git clone https://github.com/capra314cabra/plpm.git .

And build sources for getting an executable file.

cd /scripts/plpmcui
dotnet restore
dotnet tt CommandFinder.tt
dotnet publish -r <RIDs>
Clone this wiki locally