autoapp
Multi-system package manager; only for static executables (at least by now).
Documentation online
Installation
go get bitbucket.org/ares/autoapp
go get bitbucket.org/ares/autoapp/cmd/...
Create sytem group/user and apps directory
sudo env PATH=$PATH autoapp.root -v sysuser -add
sudo env PATH=$PATH autoapp.root -v dir -create
sudo env PATH=$PATH autoapp.root -v user -add [user name]
Remove sytem group/user and full directory of apps
sudo env PATH=$PATH autoapp.root -v sysuser -del
sudo env PATH=$PATH autoapp.root -v dir -remove
License
The source files are distributed under the Mozilla Public License, version 2.0,
unless otherwise noted.
Please read the FAQ
if you have further questions regarding the license.
Generated by Gowizard