Boilerplate templates for use with @genomic/scaffolds and other genomic tooling for building CLIs and applications that leverage scaffolding and boilerplates.
default/
├── module/ # Single package/module template
└── workspace/ # Monorepo workspace template
Templates use the ____placeholder____ pattern (4 underscores on each side) for variable substitution. These are replaced by @genomic/scaffolds during project generation.
Scan templates for placeholder variables:
# Install dependencies
npm install
# Search entire repo
npm run find-placeholders
# Search specific directory
npm run find-placeholders -- ./default/moduleThis outputs all placeholders found, grouped by directory, with file locations and context.