dvlsg / zana

Library for Linq-style data manipulations, assertions, type checking, conversions, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zana - Data Manipulation Made Easy

#Build

Building Zana is a breeze!

  • Grab the Zana repository
  • Run the following commands from the command line:
    • npm install
    • gulp

That's it!
After the lint/mocha/build process is complete, the /bin folder should be available at the root of the repository.

If you do not wish to re-build the code, I have included a pre-built set of files in the repository at the bin folder.

#Including Zana and Setup

Examples for setting up Zana for use in multiple environments can be found in the examples folder.

#Usage

##Arrays Documentation to come!

##Assert Documentation to come!

##Base Documentation to come!

##Check Documentation to come!

##Convert Documentation to come!

##Events Documentation to come!

##Functions Documentation to come!

##Location Documentation to come!

##Log Documentation to come!

##Numbers Documentation to come!

##Objects Documentation to come!

##Stopwatch Documentation to come!

About

Library for Linq-style data manipulations, assertions, type checking, conversions, and more

License:MIT License


Languages

Language:JavaScript 97.0%Language:HTML 3.0%