https://github.com/byzanteam/jet_cli
https://github.com/byzanteam/jet_cli
jet
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/byzanteam/jet_cli
- Owner: Byzanteam
- Created: 2022-11-08T07:37:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T07:35:46.000Z (over 1 year ago)
- Last Synced: 2024-04-26T15:46:27.888Z (about 1 year ago)
- Topics: jet
- Language: Elixir
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `mix jet_cli.*`
Provides `jet_cli` installer as an archive.
To install from Hex, run:
$ mix archive.install hex jet_cli
To build and install it locally,
ensure any previous archive versions are removed:$ mix archive.uninstall jet_cli
Then run:
$ MIX_ENV=prod mix do archive.build, archive.install
### `mix jet_cli.init.ci`
Setup GitHub Actions for the Elixir project.