gaqzi / gocd-cli

A command line interface for common Go tasks
MIT License
24 stars 8 forks source link

Make a super-simple package to drop into a RHEL box #4

Open gaqzi opened 9 years ago

gaqzi commented 9 years ago

I would like to make it so that you just have to drop the cli+api into a folder and then be able to run it. A little like javas jar files. I know this can be done with Python but I haven't explored it too much.

Obviously since RHEL is part of the target the intention is also to create proper RPMs, but that's separate from this which is intended for when installing RPMs isn't easy.

virtuald commented 8 years ago

pyinstaller might be a good solution for you.