Rodrigo54 / kagrenac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version CircleCI [Appveyor CI] Codecov Downloads License

Kagrenac

Lord Kagrenac was the Dwemeri Chief Tonal Architect during the time of the First Council. The foremost arcane philosopher and magecrafter of the Dwemer, he was a "pioneer" in the field of mythopoeic forces, and devised tools with which to harness them with the intent of transcending the limits of Dwemer mortality.

About

Kagrenac is CLI tool to aid in developing and publishing Elder Scrolls® Online add-ons on ESOUI.

Usage

$ npm install -g kagrenac
$ kag COMMAND
running command...
$ kag (-v|--version|version)
kagrenac/0.1.0 linux-x64 node-v11.8.0
$ kag --help [COMMAND]
USAGE
  $ kag COMMAND
...

Commands

kag create TITLE

create new add-on from a template

USAGE
  $ kag create TITLE

ARGUMENTS
  TITLE  add-on name that will be displayed in game

OPTIONS
  -a, --api=api                  [default: 100026] interface version the add-on is compatible with
  -d, --description=description  description of the add-on
  -h, --help                     show CLI help
  -n, --name=name                name of the add-on

  -p, --path=path                (required) [default: /home/arthur/Documents/Elder Scrolls Online/live/AddOns] where the
                                 add-on will be created

  -t, --template=template        (required) [default: standalone] name of built-in template or path to your own

  -u, --author=author            [default: Your Name] author of the add-on

  -v, --variables=variables      space separated name of saved variables

EXAMPLE
  $ kagrenac create

See code: src/commands/create.ts

kag help [COMMAND]

display help for kag

USAGE
  $ kag help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Legal

The MIT License © 2019 ESOUI Community.

This project is not created by, affiliated with, or sponsored by ZeniMax Media Inc. or its affiliates. The Elder Scrolls® and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries. All rights reserved. The usage of add-ons is governed by the Add-on Terms of Use.

About

License:MIT License


Languages

Language:TypeScript 88.7%Language:Smarty 9.1%Language:JavaScript 1.8%Language:Batchfile 0.4%