November 2017
Intermediate to advanced
670 pages
17h 35m
English
I found Glide and appreciated its features and the fact that it's under active development/improvement. It reminded me of Ruby's Gem package management. It's great, but still a lot to remember.
I just wanted to run one command to build my code and one command to run my code. I wanted something simple, so I created the init script and its aliased commands to wrap the functionality of Glide.
I find the init, glide-update, and go-run set of commands super easy to use. Hopefully, you will too. Granted, when you use it to build very ...