Skip to main content
hex
preview
Search
preview
release_kit
0.3.1
hex.pm
Change color theme
Light
Dark
System
Select File
.formatter.exs
CHANGELOG.md
LICENSE
README.md
examples/vanilla/assets/js/app.ts
examples/vanilla/assets/package.json
examples/vanilla/config/config.exs
examples/vanilla/config/dev.exs
examples/vanilla/config/prod.exs
examples/vanilla/lib/vanilla_example.ex
examples/vanilla/lib/vanilla_example/application.ex
examples/vanilla/lib/vanilla_example/web.ex
examples/vanilla/lib/vanilla_example/web/endpoint.ex
examples/vanilla/lib/vanilla_example/web/error_html.ex
examples/vanilla/lib/vanilla_example/web/page_controller.ex
examples/vanilla/lib/vanilla_example/web/router.ex
examples/vanilla/mix.exs
examples/vanilla/mix.lock
lib/mix/tasks/release_kit.artifact.ex
lib/release_kit.ex
lib/release_kit/artifact.ex
lib/release_kit/artifact_info.ex
lib/release_kit/asset.ex
lib/release_kit/asset_info.ex
lib/release_kit/build_info.ex
lib/release_kit/builder.ex
lib/release_kit/checksum.ex
lib/release_kit/compile.ex
lib/release_kit/config.ex
lib/release_kit/lifecycle.ex
lib/release_kit/manifest.ex
lib/release_kit/package.ex
lib/release_kit/package_builder.ex
lib/release_kit/package_cache.ex
lib/release_kit/package_cache/entry.ex
lib/release_kit/step.ex
lib/release_kit/step/volt.ex
lib/release_kit/target.ex
lib/release_kit/telemetry.ex
lib/release_kit/volt.ex
mix.exs
.formatter.exs
# Used by "mix format"
[
inputs
:
[
"{mix,.formatter}.exs"
,
"{config,lib,test}/**/*.{ex,exs}"
]
]