Open iEverX opened 5 years ago
How can I locally develop a plugin or a theme without publishing any changes directly to GitHub?
I found a same issue with my problem, but that issue has been closed.
I like to develop a plugin without a repo in github, because some plugins are related to my work, so those code should not goto github.
Just ln -s your local repo to ~/.zazu/plugins/xxx/
ln -s
~/.zazu/plugins/xxx/
For example ln -s /xxxxxx/repo/zazu-translation/ ~/.zazu/plugins/linonetwo/
ln -s /xxxxxx/repo/zazu-translation/ ~/.zazu/plugins/linonetwo/
How can I locally develop a plugin or a theme without publishing any changes directly to GitHub?
I found a same issue with my problem, but that issue has been closed.
I like to develop a plugin without a repo in github, because some plugins are related to my work, so those code should not goto github.