0.2.0 โข Published 8 months ago
create-example v0.2.0
Usage
npx create-exampleThis repository is a general example of using the Bingo 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
The following command was used to generate bingo/created-example:
npx create-example --owner bingo-examples --repository created-exampleDevelopment
See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! ๐
๐ This package was templated with
create-typescript-appusing the Bingo engine.