Commit graph

11 commits

Author SHA1 Message Date
1819fa9a97 refactor(justfile): split onto multiple lines 2023-04-12 22:45:56 +01:00
1303656f4a fix(justfile): remove hard-coded service name
Add the service name as a parameter and include it from the `phpunit`
recipe.
2023-04-12 22:36:27 +01:00
5c6e25a660 feat(justfile): add phpunit recipe
Add a `phpunit` recipe for running PHPUnit tests, with a `test` alias
that could later be used for running Pest in PHP projects or Jest in a
node project.
2023-04-12 22:21:46 +01:00
d45d0d6616 refactor(justfile): add a run recipe 2023-04-12 22:20:19 +01:00
410717bb6b feat(fractal): add more justfile recipes
Add `justfile` recipes to build a production version of Fractal and
sync it to an S3 bucket.
2023-04-01 20:27:15 +01:00
7978c03709 feat: initial Laravel support
Refs #17
2023-03-13 21:18:31 +00:00
5c4ddd52a4 feat(justfile): add recipes for node and fractal
Refs: #5
2023-03-12 12:36:59 +00:00
25772d512f fix: missing args from the install recipe 2023-03-10 23:16:11 +00:00
0fcffc5d2f feat: add "auto-generated" text to templates
Fixes #21
2023-03-08 21:13:28 +00:00
d04169a0d8 feat(justfile): add an install recipe
Fixes #26
2023-03-08 21:08:56 +00:00
fa1774b550 feat: create a justfile
Refs: #18
2023-02-21 08:33:45 +00:00