You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was just curious if there was any interest in publishing this project to npm?
I think this would be especially helpful for those who might want to depend on this project via a package manager like npm or yarn, e.g.
$ npm install simple.css
which would then support continued use and upgrades via package.json
"dependencies": {
"simple.css": "^1.0.0"
}
Additionally, I'm pretty sure this would also have a knock on effect of making this automatically available via tools like unpkg, so users could also just pop this into a <link> tag as well, e.g.
Sorry for the delay on responding to this. I think it's a great idea. If you want to submit a PR for steps 1 and 2, I'll so what's needed from my side so we can (hopefully) make this happen.
Was just curious if there was any interest in publishing this project to npm?
I think this would be especially helpful for those who might want to depend on this project via a package manager like
npm
oryarn
, e.g.which would then support continued use and upgrades via package.json
Additionally, I'm pretty sure this would also have a knock on effect of making this automatically available via tools like unpkg, so users could also just pop this into a
<link>
tag as well, e.g.To implement, the following steps would need to be taken (and I can help by submitting a PR for steps 1 + 2)
name
,files
, etcThe text was updated successfully, but these errors were encountered: