ardas / stripo-plugin

stripo-plugin
19 stars 32 forks source link

Import stripo version with npm or yarn #18

Open Lmzd opened 2 years ago

Lmzd commented 2 years ago

Issue

The problem is to import all Stripo version files into our product folder and our repository. This brings a lot of files and folders that we don't want to deal with.

Expected

Our goal will be to rely on node_modules mechanism.

By doing something like:

yarn add ardas/stripo-plugin@1.54.0

With a syntax that allows us to specify the right tag version.

This command will add a new line in dependencies of our package.json.

"ardas/stripo-plugin": "1.54.0"

And to bundle this, with our application we just need a simple webpack line.

Other solutions

I could fork your repo and do this on my own if it's allowed.

imaginoCDP commented 2 years ago

FYI, we have created a non-official npm package imagino-stripo

We will update the version the most often we could but not for all the versions.