Skip to content

BernardoFPereira/mini-gdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniGDD CLI

demo

Generate a minimal, presenterm-compatible, Game Design Document template on the current directory. It is recommended to have presenterm.

How to

Create the template file with the supplied name.

minigdd spawn <game_name>

If there's no name, the file will be generated with a default one.

Open file with your text editor of choice and edit it's contents.

Run presenterm with your new mini-gdd:

presenterm <mini-gdd_file>

Check presenterm docs if you want to customize the document further.

Mini next steps

  1. Add flags to customize the generated file a little better
  • Author
  • Subtitle
  • Raw (plain markdown)
  1. Add a config command to allow user-defined defaults.
  • Add config file
  • Use config file data
  • Add command to alter config file data

Installation

Right now the only way to install it is building it. You'll need cargo for that.

If you don't have presenterm, use the --raw flag to generate a plain .md file. I want to eventually add config to set user-defined defaults.

Just clone the repo, cd into it and run cargo install --path ".".

This should install the CLI as minigdd.

Run minigdd, if the help text shows up, everything is working as it should.

About

Small CLI to help documenting games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages