nia

Nia is a universal, lightweight JavaScript-library


License
MIT
Install
bower install nia

Documentation

Nia (Preview, still under construction)

Overview

Nia is a JavaScript library that's both powerful and small. It offers jQuery-like features (DOM manipulation, animation, events, HTTP requests) and utility functions (collections, date&number formatting, date arithmetic, templates).

It is based on Minified

Building

To build Nia, you need to install Node.js and Grunt. Then enter the Nia directory and install the dependencies:

npm install

To build the whole project including the test site, use

grunt all

If you only want to compile the code, use

grunt code