recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Code recipes for Amber Framework

Results 5 recipes issues
Sort by recently updated
recently updated
newest added

Hi @damianham I just tested amber v0.8.0 and I realize something is wrong with recipe feature: ``` ➜ ~ amber new mynewapp -r default 10:24:05 Generate | (INFO) Rendering App...

kind:bug
status:help-wanted

Similar issue here: https://github.com/amberframework/amber/issues/885 I tried to remove granite logs on generated recipes using `spec_helper.cr.lqd` (no ecr) and I got this error: ``` Error in line 1: while requiring "./spec/models/user_spec.cr"...

kind:bug
status:help-wanted

See: https://github.com/amberframework/amber/pull/865 Basically now any developer can customize the `amber watch` command tasks using `.amber.yml` file: ```yml type: app database: sqlite language: slang model: granite watch: server: files: ["src/**/*.cr", "src/**/*.ecr"]...

kind:enhancement
status:help-wanted

Currently recipes are using: ```yaml dependencies: amber: github: amberframework/amber branch: master #version: {{ amber_version }} ``` Once amber v0.8.0 is released we should change this to: ```yml dependencies: amber: github:...

status:on-hold
status:important

Hi :sweat_smile: Currently `--recipe` flag is working very nice on master (not released yet), also the recipes are being automatically tested and deployed :tada: https://github.com/amberframework/recipes/releases Although, this repo has some...

kind:enhancement
status:help-wanted
status:on-hold