https://github.com/grepsedawk/horseshoe
A Lucky template bootstrapped from lucky init. Like thoughtbot/suspenders, but for lucky!
https://github.com/grepsedawk/horseshoe
Last synced: 11 months ago
JSON representation
A Lucky template bootstrapped from lucky init. Like thoughtbot/suspenders, but for lucky!
- Host: GitHub
- URL: https://github.com/grepsedawk/horseshoe
- Owner: grepsedawk
- Created: 2022-03-01T12:50:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T10:13:22.000Z (almost 3 years ago)
- Last Synced: 2025-07-15T20:16:30.559Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 265 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ☘️ Lucky Horseshoe 🧲
A template for [Lucky](https://luckyframework.org/) web applications.
This template is special because it bootstraps `lucky init` in order to provide
a fresh, current copy of a lucky app, with quality of life adjustments played
over the lucky base app.
## What is added?
- [esbuild](https://esbuild.github.io/), which is way (up to 1000x) faster than webpack
- [tailwindcss](https://tailwindcss.com/)
- [turbo](https://turbo.hotwired.dev/)
- [stimulus](https://stimulus.hotwired.dev/)
- [ameba](https://github.com/crystal-ameba/ameba) for style checking
- Github Action for CI
- `crystal tool format` and `ameba` style linting
- `crystal spec` for testing
- Dependabot Configuration
- Github actions
- yarn
- Github Action to automatically merge minor/patch dependabot PRs