GitXplorerGitXplorer
b

pm-tools

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1ef548cd2f8da4d3d694a0358218c9e28e1e71ca

changed doc

bbroeman committed 10 years ago
Unverified
d798bc877379bb8e2ab62caed18de22cfc6a1803

0.1a release, fixed doc

bbroeman committed 10 years ago
Unverified
e97a944a2707685f17e2c6e745c568e8ca4cf2f3

0.1a release

bbroeman committed 10 years ago
Unverified
4a635669bd47d8236c34ec4402416396bf058e1d

Placeholder for installed moved here

bbroeman committed 10 years ago
Unverified
6873d0291cca653e9c7acf4570f4aadf224dd656

local cmd, only init at this time

bbroeman committed 10 years ago
Unverified
1c3cb42c89e1586199829c9be239adf216d053f5

Initial commit

bbroeman committed 10 years ago

README

The README file for this repository.

pm-tools - Package Manager in Go

Admin Application

BSD-License applies, see LICENSE for more information.

Purpose

Change settings, CRUD-toolkit for packages for GoPack.

Overview

Current Version 0.1a

Placeholders for init (initialize db) and installed (shows all packages installed)

Roadmap to 0.1

  • CRUD: Create, Read, Update, Delete packages

Installation

GoPack is the library used, pm-get is useful for testing at this point:

$ go get github.com/broeman/gopack
$ go get github.com/broeman/pm-tools
$ go get github.com/broeman/pm-get

Make sure that you have set $GOPATH and source it in your PATH (e.g. ~/.bashrc):

export GOPATH="$HOME/go"
export PATH=$PATH:$GOPATH/bin

About

Go Packge is written by Jesper Brodersen