https://github.com/opendnd/dynastia
This is a tool for D&D DM's to generate dynasties quickly when making a kingdom's history.
https://github.com/opendnd/dynastia
dnd dnd-tools dnd5e dragons dungeon dungeons-and-dragons dynasty generators history node-cli nodejs world-building worldbuilding
Last synced: 5 months ago
JSON representation
This is a tool for D&D DM's to generate dynasties quickly when making a kingdom's history.
- Host: GitHub
- URL: https://github.com/opendnd/dynastia
- Owner: opendnd
- License: mit
- Created: 2016-12-23T17:30:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T01:55:01.000Z (over 2 years ago)
- Last Synced: 2024-11-07T18:52:32.999Z (11 months ago)
- Topics: dnd, dnd-tools, dnd5e, dragons, dungeon, dungeons-and-dragons, dynasty, generators, history, node-cli, nodejs, world-building, worldbuilding
- Language: JavaScript
- Homepage: http://opendnd.org
- Size: 11 MB
- Stars: 14
- Watchers: 7
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynastia
[](https://nodei.co/npm/dynastia/)
[](https://travis-ci.org/opendnd/dynastia)
This is a tool for D&D DM's to generate dynasties quickly when making a person's backstory.
## Installation
You will need [node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) installed. Then do:
`npm install -g dynastia`
## Features
Dynastia is used to generate a dynasty to quickly generate a person's history.### Loading saved files
Once you have saved a file you can load it again.
`dynastia render -i my-file.dyn --verbose`
### Changing the output directory
You can specify a specific output directory, otherwise it will save to `pwd`.
`dynastia generate -o my/output/dir`
## Contributing
Please read our [contributing guide](https://github.com/opendnd/dynastia/blob/master/CONTRIBUTING.md) for more information on contributing to the project.
## License
[MIT](https://github.com/opendnd/dynastia/blob/master/LICENSE)