rguliev / conditionize2.js

jQuery plugin for conditioning things
https://rguliev.github.io/conditionize2.js/demo/index.html
MIT License
22 stars 6 forks source link

NPM Module #7

Closed landwire closed 4 years ago

landwire commented 5 years ago

Do you know roughly when you will be able to publish the code as an NPM module? I have seen it is in planning, but it would be good to get a rough idea about the timeframe.

rguliev commented 5 years ago

Hi, Sorry, I was a bit busy on other projects. It's most probable to be in November. Before publishing the code, I need to more accurately define a dependency on the jQuery version. I guess that will take the most time. If you want to help with that - you are welcome!:)

BassemN commented 5 years ago

@landwire For now, you can use the following command to install this library via npm directly from GitHub

npm install github:rguliev/conditionize2.js
rguliev commented 5 years ago

@BassemN Thanks!)

rguliev commented 4 years ago

I'm sorry for the delay. I wanted to clarify the jQuery dependency before publishing on npm. Now, with automated testing, I checked all available jQuery versions and published the package on npm. It can be installed by npm i conditionize2

BassemN commented 4 years ago

@rguliev Thanks a lot