vadimsva / waitMe

jquery plugin for easy creating loading css3/images animations
http://vadimsva.github.io/waitMe/
MIT License
328 stars 84 forks source link

publish via npm #12

Open haninaguib opened 7 years ago

haninaguib commented 7 years ago

Would make things easier :)

e-abdelbasset commented 6 years ago

You can use napa , an amazing package allows you to download libraries from github even if they don't have a package.json file

Example : npm install napa --save-dev Then add this to your package.json file : { "scripts": { "install": "napa" }, "napa": { "waitMe": "vadimsva/waitMe", ... } } After running npm install it will download vadimsva/waitMe in the waitMe folder