kerman

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i kerman

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • towa48