0.0.1 • Published 9 years ago
kerman v0.0.1
Kerman - A package manager for Kerbal Space Program
Install
$ npm install -g kermanKerman 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> --saveUninstalling 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/nodeConfiguration
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
0.0.1
9 years ago