0.1.0 โ€ข Published 4 months ago

create-handlebars-example v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Usage

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 value
  • owner: GitHub organization or user the repository is underneath
  • repository: 'kebab-case' or 'PascalCase' title of the repository
  • title: 'Title Case' title for the repository, with a default value based on title-casing repository

Those options are used as values in the Handlebars templates located in template/.

The following command was used to generate bingo/created-example:

npx create-handlebars-example --owner bingo-examples --repository created-example

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! ๐Ÿ’–

Contributors

๐Ÿ’ This package was templated with create-typescript-app using the Bingo engine.

0.1.0

4 months ago