/seedfolder-marketplace

Community marketplace for seedfolder project templates

seedfolder-marketplace

Community marketplace for seedfolder project templates.

🚧 Coming Soon

This repository will serve as a community-driven marketplace for seedfolder project templates. The marketplace functionality is currently being developed as part of seedfolder Issue #15.

📖 About seedfolder

seedfolder is a .NET Core Global Tool that creates directories and populates them with standard dotfiles and project templates. It currently supports 6 built-in project types (dotnet, node, python, ruby, markdown, universal).

🎯 Purpose

This marketplace will allow the seedfolder community to:

  • Share custom project templates beyond the built-in ones
  • Override default templates with improved versions
  • Add support for new project types and frameworks
  • Collaborate on template improvements

🔮 Future Structure

Once implemented, this repository will contain:

templates/
├── angular/           # Angular project template
├── vue/              # Vue.js project template  
├── rust/             # Rust project template
├── golang/           # Go project template
└── ...               # Community contributions

registry.json         # Template catalog and metadata
CONTRIBUTING.md       # Contribution guidelines

🚀 Get Started

  1. Install seedfolder: dotnet tool install -g solrevdev.seedfolder
  2. Follow progress: Watch Issue #15 for marketplace implementation
  3. Contribute: Star the main repository and join the community

🤝 Contributing

Template marketplace functionality is not yet available. Once Issue #15 is implemented, this repository will accept community template contributions.

📚 Documentation


Note: This is a placeholder repository for future marketplace functionality. The actual template marketplace features are being developed in seedfolder Issue #15.