Deployment / packaging
-
So I’m writing my first WordPress Plugin and it uses React, so now I’m getting close to the point where I have to deploy it.
Other (non-web based) software languages I’ve previously worked on have had a packaging management stuff going on where there is actually a complex process to create your own setup.exe file other people to install your software, but those weren’t anything to do with web stuff.
So what’s the process for packaging and deployment for React WordPress plugins?
How do I stop other people from just copy and pasting my work and selling it on as their own? I’ve integrated Freemius into my plugin so will that stop people from just stealing my work? I don’t see it doing any encryption that I would stop a simply copy and paste.
- You must be logged in to reply to this topic.