Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 909 Bytes

File metadata and controls

24 lines (21 loc) · 909 Bytes

Amber CLI Tasks

Completed (2025-12-26)

  • Changed default template from slang to ECR
  • Removed recipes feature (deprecated liquid.cr)
  • Verified CLI builds successfully
  • Tested --version flag
  • Tested new command (generates ECR templates)
  • Tested generate model command
  • Tested generate controller command
  • Tested generate scaffold command (generates ECR views)
  • GitHub Actions CI/CD already configured for Ubuntu + macOS

Remaining Work

  • Run full test suite: crystal spec
  • Update homebrew-amber formula after publishing
  • Create GitHub release for v2.0.0
  • Add integration tests that validate generated app compiles
  • Consider Docker testing for Linux validation

Notes

  • CI workflow exists at .github/workflows/ci.yml
  • Runs on ubuntu-latest and macos-latest
  • Integration test job will skip if no spec/integration folder exists