diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3bdb7d --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# UXR +[![npm][npm]][npm-url] +[![tests][tests]][tests-url] +[![coverage][cover]][cover-url] + +A minimal in mind library for DOM related routines and element selections. UXR wraps some most used methods like CSS Classes, Event Management, Data Management, Attribute selections/updates. Supports chaining and plugins. + +For the sake of minimality, pure JavaScript methods than can directly callable on a UXR object are not wrapped. Like `map`, `forEach`, `reduce` etc. + + +[npm]: https://img.shields.io/npm/v/uxr.svg +[npm-url]: https://npmjs.com/package/uxr + +[tests]: http://img.shields.io/travis/bcinarli/uxr.svg +[tests-url]: https://travis-ci.org/bcinarli/uxr + +[cover]: https://codecov.io/gh/bcinarli/uxr/branch/master/graph/badge.svg +[cover-url]: https://codecov.io/gh/bcinarli/uxr \ No newline at end of file diff --git a/build/index.js b/build/index.js index c9ef919..19b165e 100644 --- a/build/index.js +++ b/build/index.js @@ -14,6 +14,7 @@ let flags = { const release = () => { concat({release: true}); + minify(); }; const build = () => {