https://github.com/0-vortex/bashly-image-cli-test
testing out code re-usability for image centric cli bash 4 scripts
https://github.com/0-vortex/bashly-image-cli-test
Last synced: 5 months ago
JSON representation
testing out code re-usability for image centric cli bash 4 scripts
- Host: GitHub
- URL: https://github.com/0-vortex/bashly-image-cli-test
- Owner: 0-vortex
- License: cc-by-sa-4.0
- Created: 2023-05-28T22:06:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T03:35:17.000Z (about 3 years ago)
- Last Synced: 2024-12-30T01:35:01.017Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :cyclone: 0-vortex/bashly-image-cli-test :dna:
> CLI written in [bashly](https://bashly.dannyb.co) for image related functions.
[](https://github.com/0-vortex/bashly-image-cli-test/pulse)
[](https://github.com/0-vortex/bashly-image-cli-test/issues)
[](https://github.com/0-vortex/bashly-image-cli-test/releases)
## 🚀 Setup
This project was setup using these commands:
```shell
bashly init
bashly add colors
bashly add settings
bashly add validations
bashly add completions
bashly add yaml
bashly add lib
bashly add hooks
bashly generate
```
## 📖 Prerequisites
In order to run the project we need the following software binaries installed on our development machines:
- [x] `docker>=20.10.12`
- [x] `bash>=4`
- [ ] `bashly>=1.0.4`
- [ ] `shfmt>=3.4.0`
Requirements not explicitly checked above are assumed to be met by `docker` containers:
```shell
alias bashly='docker run --rm --interactive --tty --volume "$PWD:/app" --user $(id -u):$(id -g) dannyben/bashly'
alias shfmt='docker run --rm --volume "$PWD:/mnt" mvdan/shfmt --case-indent --indent 2 --diff /mnt'
```
[//]: # (## 🖥️ Local development)
[//]: # (## 🤝 Contributing)
## 📝 License
CC BY-SA 4.0 © [TED Vortex](./LICENSE)