fpx 0.1.0
fpx: ^0.1.0 copied to clipboard
A lean CLI tool to scaffold Flutter components using Mason.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-07-17 #
Added #
- Initial release of fpx CLI tool
fpx initcommand to initialize mason.yaml configurationfpx listcommand to list available bricks in mason.yamlfpx addcommand to add Flutter components using Mason bricks- Support for local and remote Mason brick sources
- Comprehensive test coverage (34 passing tests)
- Cross-platform support (Ubuntu, macOS, Windows)
- CI/CD integration with GitHub Actions
- MIT License
- Detailed documentation and test coverage summary
Features #
- Auto-initialization of mason.yaml when missing
- Flexible component scaffolding with customizable paths
- Support for component variants and custom naming
- Error handling for missing bricks and invalid configurations
- Integration with Mason CLI ecosystem