# TL;DR **pbj** is a command line tool to generate sensible tdd software development projects from declarative templates written in TOML. ***Typescript*** and ***Python*** project templates are built in. Just [install](#_installation) it and go. `pbj generate -t python PROJECT_NAME` `pbj generate -t typescript PROJECT_NAME` See the [Templates](#_templates) section for details on customization and [Origin](#_origin) for why this tool exists. # Installation **pbj** is avaialable on . Source is available on it’s github page: . Simplest installation is via cargo. cargo install pbj # Commands Currently there is only one command: `generate`. `generate` Generate a project. Aliased to `g`. the command - parses and loads a `template` by name — **pbj** looks for a file named `<