Contributing
Voltfast is an open ecosystem. We welcome contributions to the core CLI, framework templates, and documentation. The project is open source under the MIT license.
Contribution Workflow
- Fork the repository and create your feature branch.
- Run
npm run buildto check for type errors. - Ensure all tests pass using
npm test. - Submit a PR with a detailed description of your changes.
What to Contribute
- → New framework templates (Astro, SvelteKit, Remix)
- → Additional tooling presets (Biome, Oxlint, Bun)
- → Bug fixes and performance improvements
- → Documentation improvements