A streamlined CLI to bootstrap Lamdera applications with best practices and development tools.
npx @CharlonTank/create-lamdera-app
# 🆕 Create a new project
npx @CharlonTank/create-lamdera-app
# 🔧 Add utilities to existing project
npx @CharlonTank/create-lamdera-app --init
# 🐛 Toggle backend debugger
./toggle-debugger.py
# 🔄 Development server with hot-reload for elm-pkg-js
./lamdera-dev-watch.sh
.cursorrules
- AI coding guidelines for Lamdera best practiceslamdera-dev-watch.sh
- Smart development server with auto-reload
- Lamdera - Required
- GitHub CLI - Optional, for repo creation
- Cursor - Optional, for AI-enhanced development