0.1.0 โข Published 8 months ago
create-stratum-example v0.1.0
Usage
npx create-stratum-exampleThis 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 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
That base is used to create two presets:
javascript: as seen in bingo-examples/created-stratum-example-javascripttypescript: as seen in bingo-examples/created-stratum-example-typescript
npx create-stratum-example --owner bingo-examples --repository created-stratum-example-typescript --preset typescriptDevelopment
See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! ๐
Contributors
๐ This package was templated with
create-typescript-appusing the Bingo engine.
0.1.0
8 months ago