https://github.com/tmrts/boilr 🐳 https://hub.docker.com/r/schmunk42/boilr/
In your .bashrc
add
alias boilr="pwd | xargs -I {} -o docker run -it --rm -v ~/.config/boilr:/root/.config/boilr -v {}:/project --workdir /project schmunk42/boilr"
With the above alias you can use boilr
as a command on your host, your current working directory is mapped to /project
in the container.
cd my-project
boilr template download tmrts/boilr-license license
boilr template use license project-license