An application/binary installer vaguely similar to make
but targeted towards Crystal-lang projects, written in Crystal-lang!
git clone https://github.com/aa-tan/etch.git
cd etch
crystal src/etch.cr
Run the program with a crystal project directory or the source file you want to install:
etch ./src/example_app.cr
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)MIT License