0.1.0 • Published 10 months ago
osr-generators v0.1.0
Suppport
- Knave 1e
- Knave 2e
- OSE
- Basic Fantasy RPG
- Outcast Silver Raiders
- Cairn
- Mork Borg
- Shadowdark
Usage
Install
npm i osr-generatorsCreate a Knave character
import { KnaveCharacter } from 'osr-generators'
// Generate a new character
const character = new KnaveCharacter()
// Regenerate character
character.generate()
// Regenerate traits only
character.generateTraits()Contributing
Prerequisites
Install nodejs
Use asdf to install the node version listed in .tool-verisons
asdf installInstall dependencies
yarnTesting
Tests are written using Vitest and can be run with yarn test
0.1.0
10 months ago
0.0.5-canary.2
10 months ago
0.0.1
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
0.0.3
2 years ago
0.0.4-canary.1
2 years ago
0.0.2
2 years ago
0.0.4-canary.0
2 years ago
1.0.0
2 years ago