Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rektdeckard/dnd-tui
A TUI app for managing D&D character sheets
https://github.com/rektdeckard/dnd-tui
Last synced: 26 days ago
JSON representation
A TUI app for managing D&D character sheets
- Host: GitHub
- URL: https://github.com/rektdeckard/dnd-tui
- Owner: rektdeckard
- License: mit
- Created: 2021-04-05T03:41:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T03:41:52.000Z (over 3 years ago)
- Last Synced: 2024-09-13T00:24:01.113Z (about 2 months ago)
- Language: TypeScript
- Size: 464 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# dnd-tui
DnDTUI is a command-line Dungeons & Dragons character builder and toolset for the retro era.
[![GitHub stars](https://img.shields.io/github/stars/rektdeckard/dnd-tui?style=flat-square&label=Star)](https://github.com/rektdeckard/dnd-tui)
[![GitHub forks](https://img.shields.io/github/forks/rektdeckard/dnd-tui?style=flat-square&label=Fork)](https://github.com/rektdeckard/dnd-tui/fork)
[![GitHub watchers](https://img.shields.io/github/watchers/rektdeckard/dnd-tui?style=flat-square&label=Watch)](https://github.com/rektdeckard/dnd-tui)
[![Follow on GitHub](https://img.shields.io/github/followers/rektdeckard?style=flat-square&label=Follow)](https://github.com/rektdeckard)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/rektdeckard/dnd-tui?include_prereleases&label=Release&style=flat-square)[![Twitter Follow](https://img.shields.io/twitter/follow/friedtm.svg?style=flat-square)](https://twitter.com/friedtm)
[![](https://img.shields.io/badge/paypal-buy%20me%20a%20coffee-green.svg?style=flat-square)](https://paypal.me/TobiasFried)## Install
```bash
$ npm install --global dnd-tui
``````bash
yarn global add dnd-tui
```## CLI
Create a new character:
```bash
dnd-tui
```Open an existing character:
```bash
dnd-tui path/to/character.json
```## Screenshots
## Resources
- [ink](https://github.com/vadimdemedes/ink)
- [zustand](https://github.com/pmndrs/zustand)## License
MIT © [Tobias Fried](https://github.com/rektdeckard)