An open API service indexing awesome lists of open source software.

https://github.com/danielpza/openmwmm

OpenMW Mod Manager CLI
https://github.com/danielpza/openmwmm

Last synced: 15 days ago
JSON representation

OpenMW Mod Manager CLI

Awesome Lists containing this project

README

          

# openmwmm

OpenMW Mod Manager CLI. It just reads/writes mod entries to your openmw.cfg file

## Prerequisites

- nodejs
- npm

## Installation

```sh
git clone https://github.com/danielpza/openmwmm-js
cd openmwmm-js
npm link
```

## Usage

```
$ openmwmm --help
openmwmm

list enabled/disabled mods

Commands:
openmwmm list list enabled/disabled mods [default]
openmwmm add add mod
openmwmm remove remove mod

Options:
--version Show version number [boolean]
--help Show help [boolean]
```