0.1.2 • Published 11 years ago

utilikit v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
11 years ago

Utilikit

A place where I store all the random bits and pieces that ive cobbled together over time. Many of these have been copied and pasted from varying sources. Where I know the source, it is indicated.

There are a number of utility functions that I find myself reusing. I created utilikit because I didn't want to create a separate node package for each function but I did want to be able to include each utility separately or as a cluster without having to include the entire kit. This works well with browserify which will only bundle the necessary functions instead of the whole kit.

Installation

npm install utilikit

Usage

// Just include one function
var deepLoop = require('utilikit/lib/object/deepLoop');

// Include all object utilities
var objectUtils = require('utilikit/lib/object');

// Include all the things
var utilikit = require('utilikit');

Gulp

The core gulp task will format the javascript, validate the syntax, lint and run tests.

gulp

Misc.

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago