@axint/weather-app
A starter SwiftUI app scaffold with a main window, macOS settings scene, and persisted preferences.
axint add @axint/weather-app
What you get
Compiling this package through Axint emits:
WeatherApp.swiftwith aWindowGroupscene and settings scene@AppStorage-backed preferences for unit choice, last city, and refresh cadence
Customizing
Edit source/app.ts to:
- Add more scenes or platform-specific windows
- Expand the persisted settings used by the app
- Turn the shell into a vertical starter app for travel, fitness, finance, or ops
Recompile with:
axint compile source/app.ts --out generated/
License
Apache-2.0