Skip to content

Commit

Permalink
first release :)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcinarli committed Jan 12, 2018
1 parent 9d675c0 commit c8ebbc0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let flags = {

const release = () => {
concat({release: true});
minify();
};

const build = () => {
Expand Down

0 comments on commit c8ebbc0

Please sign in to comment.