yaml-routes
v0.3.4
Published
YAML-based routing configuration generator - CLI alias for @yaml-routes/tanstack
Maintainers
Readme
yaml-routes
Unscoped CLI alias for @yaml-routes/tanstack
This package provides a convenient unscoped alias to run the @yaml-routes/tanstack CLI without the scoped package name.
Quick Start
# Instead of this:
npx @yaml-routes/tanstack
# You can now use:
npx yaml-routesWhat This Package Does
This is a lightweight proxy package that simply forwards all commands to @yaml-routes/tanstack. It contains no actual functionality.
Usage
All commands and options work exactly the same as @yaml-routes/tanstack:
# Generate routes
npx yaml-routes
# Show help
npx yaml-routes --help
# Watch mode
npx yaml-routes --watch
# Custom config and output
npx yaml-routes --config my-routes.yml --output src/generated-routes.tsxDocumentation
For full documentation, examples, and configuration options, please visit the main package:
- 📖 Documentation: yaml-routes docs
- 📦 Main Package: @yaml-routes/tanstack
- 🐛 Issues: GitHub Issues
Why This Alias Exists
This alias package exists to provide a shorter, more convenient command name. Instead of typing the scoped package name @yaml-routes/tanstack, you can simply use yaml-routes.
License
MIT - See the main package for full license details.
