kerman
v0.0.1
Published
Package manager for the Kerbal Space Program
Downloads
3
Readme
Kerman - A package manager for Kerbal Space Program
Install
$ npm install -g kerman
Kerman depends on Node.js and npm.
Usage
Installing packages and dependencies
# install dependencies listed in kerman.json
$ kerman install
# install a package and add it to kerman.json
$ kerman install <package> --save
# install specific version of a package and add it to kerman.json
$ kerman install <package>@<version> --save
Uninstalling packages
To uninstall a locally installed package:
$ kerman uninstall <package-name>
Never run Kerman with sudo
Kerman is a user command; there is no need to execute it with superuser permissions.
Ubuntu users
To use Kerman on Ubuntu, you might need to link nodejs
executable to node
:
sudo ln -s /usr/bin/nodejs /usr/bin/node
Configuration
Kerman can be configured using JSON in a .kermanrc
file. Available options will be announced later.
License
Copyright (c) 2016 Anton Prilepskiy and other contributors
Licensed under the MIT License