Commit Graph

17 Commits (main)

Author SHA1 Message Date
Joshua Potter 720f15ffc0 Anchor filetype extension in pre-commits. 2023-12-13 12:05:51 -07:00
Joshua Potter 51eedbe6b0
Have final `cp` use `-a` flag over `-r` flag. (#12)
* Try with cp archive.

* With rm instead.

* Avoid rm completely.

* Pass.

* Favor cp -a.
2023-12-13 09:14:27 -07:00
Joshua Potter 963283b74e Guard on more exotic filenames. 2023-12-03 14:28:55 -07:00
Joshua Potter 07eb1fa382 Add pre-commit guard on empty state. 2023-12-03 11:32:45 -07:00
Joshua Potter 7849e3fcdd Simply pre-commit hooks. 2023-12-03 11:24:45 -07:00
Joshua Potter 17b2076711
Bundle frontend dependencies into release. (#11) 2023-12-02 06:28:37 -07:00
Joshua Potter 9f8f33aff9 Normalize bash prompts and flake descriptions. 2023-12-01 10:12:16 -07:00
Joshua Potter 383ada8661
Add an optional `required` attribute to fields. (#10) 2023-11-30 09:33:25 -07:00
Joshua Potter e987caf64b Allow mix projects to specify module. 2023-11-30 07:13:53 -07:00
Joshua Potter 1b4efbce4b Add formatting pre-commit to elixir projects. 2023-11-29 09:18:10 -07:00
Joshua Potter c5bceaa1d0 Only update permissions on copied files. 2023-11-28 09:17:09 -07:00
Joshua Potter 754ebf0c28 Do not include `inputsFrom` in devShells by default. 2023-11-28 04:54:11 -07:00
Joshua Potter e72316391a Force `mv` in mix spec. 2023-11-27 12:45:41 -07:00
Joshua Potter bf144eb2dc Make pre-packaged runners more robust/consistent. 2023-11-27 12:42:43 -07:00
Joshua Potter b283fcdfb8 Rename type "text" to "line". 2023-11-27 05:03:05 -07:00
Joshua Potter 72e1a62343
Add cleanup handler to mix runner. (#9) 2023-11-27 04:56:04 -07:00
Joshua Potter d5ff5db55e
Add mix spec. (#8)
Allows pinning the version of mix used to generate new Elixir projects.
2023-11-26 16:38:55 -07:00