Example of a template repository built with Bingo and Handlebars. π
npx create-example
This repository is a general example of using Bingo with its Handlebars engine.
Its src/template.ts
file describes a repository with four string options:
description
: 'Sentence case.' description of the repository, with a hardcoded valueowner
: GitHub organization or user the repository is underneathrepository
: 'kebab-case' or 'PascalCase' title of the repositorytitle
: 'Title Case' title for the repository, with a default value based on title-casingrepository
Those options are used as values in the Handlebars templates located in template/
.
The following command was used to generate bingo/created-handlebars-example:
npx create-handlebars-example --owner bingo-examples --repository created-handlebars-example
See .github/CONTRIBUTING.md
, then .github/DEVELOPMENT.md
.
Thanks! π
Josh Goldberg β¨ π» π π π€ π π§ π π§ |
π This package was templated with
create-typescript-app
using the Bingo engine.