cigar
cigar copied to clipboard
Add cigar.phar to your release process
having a phar file would be awesome
It would! I'll have to look into how phar files are packaged :)
- just get box
- https://github.com/humbug/box (=box3 => newer version)
- https://github.com/box-project/box2 (if you have problems with box3 just try box2)
- run box inside your repo (with box3 no config files needed)
- you find your phar file in bin/cigar.phar
i tested the phar file with your example .cigar,json works like charm.
It's pretty easy, check this box.json for example; https://github.com/elgentos/masquerade/blob/master/box.json
You could probably use a Github Action to add a .phar to a new tag