Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

podspawn/podfiles

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podspawn/podfiles

Community Podfile templates and bases for podspawn.

What's here

  • templates/ - Full starter Podfiles for podspawn init. Includes comments, sensible defaults, and common services for each language.
  • bases/ - Minimal Podfiles for the extends: field. Meant to be extended, not used directly.
  • registry.yaml - Machine-readable index of all templates and bases.

Using templates

# Auto-detect your project type and scaffold a Podfile
podspawn init

# Use a specific template
podspawn init --template go

Using bases with extends

In your project's podfile.yaml:

extends: ubuntu-dev
packages: [go@1.24, delve]
on_create: go mod download

This inherits the base packages (git, curl, ripgrep, fzf, etc.) and adds your project-specific tools on top.

Contributing

  1. Fork this repo
  2. Add or modify a template/base YAML file
  3. Add a corresponding entry to registry.yaml
  4. Open a PR

Templates should include comments explaining each field. Bases should be minimal and uncommented.

CI validates that every file has a registry entry and vice versa.

License

AGPL-3.0 - same as podspawn.

About

Community Podfile templates and bases for podspawn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.