paw app - How do I share a Paw extension privately -


i have created paw extension want share privately.

is there filename extension can use share it, users can double click install (i.e. bundle).

or have share extension directory , ask users put extension container directory.

solution 1

what recommend make private git repository code, containing install script (a makefile style script) users can run have extension installed @ right place.

here's example: https://github.com/luckymarmot/paw-regexdynamicvalue there cakefile manages build , install @ right place. if clone repo, , run cake install you'll have extension installed cleanly.

solution 2

as said, may easier share bundle (zip or tar archive) users can manually open , drag right folder. extension folder can found in paw menu > preferences > extensions hit "open extensions directory".


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -