Skip to content

constructive-io/pgpm-boilerplates-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgpm-boilerplates

Boilerplate templates for use with @genomic/scaffolds and other genomic tooling for building CLIs and applications that leverage scaffolding and boilerplates.

Structure

default/
├── module/      # Single package/module template
└── workspace/   # Monorepo workspace template

Placeholders

Templates use the ____placeholder____ pattern (4 underscores on each side) for variable substitution. These are replaced by @genomic/scaffolds during project generation.

Scripts

Find Placeholders

Scan templates for placeholder variables:

# Install dependencies
npm install

# Search entire repo
npm run find-placeholders

# Search specific directory
npm run find-placeholders -- ./default/module

This outputs all placeholders found, grouped by directory, with file locations and context.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • JavaScript 7.7%