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
- Host: GitHub
- URL: https://github.com/danielpza/openmwmm
- Owner: danielpza
- Created: 2020-06-25T03:05:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T02:46:01.000Z (almost 6 years ago)
- Last Synced: 2026-04-08T22:34:11.879Z (2 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```