Example of a template repository built with Bingo and Stratum. π
npx create-stratum-example
This repository is a general example of using Bingo with its Stratum engine.
Its src/base.ts
file describes four base 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-casingrepository
That base is used to create two presets:
-
javascript
: as seen in bingo-examples/created-stratum-example-javascript -
typescript
: as seen in bingo-examples/created-stratum-example-typescript
npx create-stratum-example --owner bingo-examples --repository created-stratum-example-typescript --preset typescript
See .github/CONTRIBUTING.md
, then .github/DEVELOPMENT.md
.
Thanks! π
Josh Goldberg β¨ π» π π π€ π π§ π π§ |
π This package was templated with
create-typescript-app
using the Bingo engine.