Commit graph

196 commits

Author SHA1 Message Date
Zach Daniel
60b81273cb improvement: use path: prefix instead of local: 2024-06-13 11:05:11 -04:00
Zach Daniel
11149c94e1 chore: release version v0.1.3 2024-06-13 11:03:10 -04:00
Zach Daniel
f05b113cc9 improvement: support space-separated installers 2024-06-13 11:02:55 -04:00
Zach Daniel
859dcdf7fd chore: release version v0.1.2 2024-06-13 10:58:08 -04:00
Zach Daniel
180942b155 fix: remove unsupportable package installation symbols
fix: don't run `mix deps.get` if dependency changes are aborted
docs: document package formats
2024-06-13 10:57:10 -04:00
Zach Daniel
34b8934a19 chore: release version v0.1.1 2024-06-13 10:41:35 -04:00
Zach Daniel
5c8a2870db fix: always format the file even if no .formatter.exs exists 2024-06-13 08:17:50 -04:00
Zach Daniel
bd20863cdd docs: explain current formatting limitations 2024-06-13 08:16:40 -04:00
Zach Daniel
e6e2ae03f9 docs: fix extra h in hex link badge 2024-06-13 08:14:28 -04:00
Zach Daniel
80272c887b docs: update readme 2024-06-12 20:54:44 -04:00
Zach Daniel
515cca06ac chore: add docs for mix igniter.new 2024-06-12 20:41:07 -04:00
Zach Daniel
5bda927129 chore: add package 2024-06-12 20:38:48 -04:00
Zach Daniel
5c3305bcc8 chore: fix package metadata 2024-06-12 20:37:09 -04:00
Zach Daniel
44acea4aa9 chore: set package metadata 2024-06-12 20:36:32 -04:00
Zach Daniel
fbfa61b792 docs: add CHANGELOG to docs 2024-06-12 20:34:44 -04:00
Zach Daniel
a1634b878a chore: release version v0.1.0 2024-06-12 20:34:13 -04:00
Zach Daniel
3bcffb90ff docs: ndoe -> node 2024-06-12 20:11:41 -04:00
Zach Daniel
4819d95178 docs: fix docs for add_code/3 2024-06-12 20:11:19 -04:00
Zach Daniel
b9ceb36450 docs: igniter.new docs
improvement: ignore installer tasks that are not igniter tasks
2024-06-12 20:09:32 -04:00
dependabot[bot]
08b18e88ee
build(deps-dev): bump benchee from 1.3.0 to 1.3.1 (#4)
Bumps [benchee](https://github.com/bencheeorg/benchee) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bencheeorg/benchee/compare/1.3.0...1.3.1)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 19:39:15 -04:00
dependabot[bot]
b685520388
build(deps): bump rewrite from 0.10.3 to 0.10.4 (#3)
Bumps [rewrite](https://github.com/hrzndhrn/rewrite) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/hrzndhrn/rewrite/releases)
- [Changelog](https://github.com/hrzndhrn/rewrite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hrzndhrn/rewrite/compare/v0.10.3...v0.10.4)

---
updated-dependencies:
- dependency-name: rewrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 19:38:39 -04:00
Zach Daniel
f1e2336358 docs: more docs 2024-06-12 19:37:32 -04:00
Zach Daniel
a156431b9c chore: pass dialyzer/sobelow 2024-06-12 19:16:03 -04:00
Zach Daniel
745db7f522 chore: unlock/clean deps 2024-06-12 18:37:56 -04:00
Zach Daniel
2f0591e643 docs: improve logo 2024-06-12 18:36:32 -04:00
Zach Daniel
6c18de57c7 chore: add smaller image 2024-06-12 18:23:18 -04:00
Zach Daniel
55d0b061e1 improvement: draw the rest of the owl 2024-06-12 18:22:08 -04:00
Zach Daniel
2a43fc4af7 WIP 2024-06-11 17:33:05 -04:00
Zach Daniel
1812aafac8 WIP 2024-06-10 09:58:20 -04:00
Zach Daniel
414852589e WIP 2024-06-05 10:12:07 -04:00
Zach Daniel
57ee3f9749 WIP 2024-06-03 23:14:36 -04:00
Zach Daniel
f1e0fffc4b improvement: add installer archive 2024-06-03 13:13:49 -04:00
Zach Daniel
d8b463343c chore: WIP on utilities and keywords 2024-06-03 09:14:41 -04:00
Zach Daniel
57288d32ec improvement: more module helpers
test: add regression test
improvement: wrap code in `==code==` so you can tell what is being `puts`
2024-06-02 16:06:01 -04:00
Zach Daniel
99ac8f0582
Merge pull request #2 from ash-project/dependabot/hex/ex_doc-0.34.0
build(deps-dev): bump ex_doc from 0.33.0 to 0.34.0
2024-06-02 11:23:11 -04:00
Zach Daniel
342f15f100
Merge pull request #1 from ash-project/dependabot/hex/req-0.5.0
build(deps): bump req from 0.4.14 to 0.5.0
2024-06-02 11:23:03 -04:00
Zach Daniel
aa0c6fd9ec fix: handle existing deps when they are not local properly 2024-05-31 23:50:29 -04:00
Zach Daniel
f1f6fa6f65 chore: remove example code from test 2024-05-31 23:11:27 -04:00
Zach Daniel
15bd76650b chore: cleanup unnecessary todos 2024-05-31 23:09:56 -04:00
Zach Daniel
16e8615bf2 ci: skip spark related CI steps 2024-05-31 23:06:20 -04:00
dependabot[bot]
8b941a3418
build(deps-dev): bump ex_doc from 0.33.0 to 0.34.0
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 03:02:17 +00:00
dependabot[bot]
f4a39885d5
build(deps): bump req from 0.4.14 to 0.5.0
Bumps [req](https://github.com/wojtekmach/req) from 0.4.14 to 0.5.0.
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wojtekmach/req/compare/v0.4.14...v0.5.0)

---
updated-dependencies:
- dependency-name: req
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 03:02:03 +00:00
Zach Daniel
260d56532b improvement: add CI/build and get it passing locally 2024-05-31 22:59:36 -04:00
Zach Daniel
281ec0f656 write a bunch more code, and add some tests, rework various patterns 2024-05-31 22:09:38 -04:00
Zach Daniel
b5354ce0e3 chore: docs/logos 2024-05-29 10:28:08 -04:00
Zach Daniel
7ae0261a28 init 2024-05-27 23:30:41 -04:00