0.0.1 • Published 10 years ago

simplejquery v0.0.1

Weekly downloads
12
License
-
Repository
github
Last release
10 years ago

SimpleJQuery

Simple jQuery mock to be used in console tests, WIP

Installation

Via npm on Node:

npm install simplejquery

Usage

Reference in your program:

var sjq = require('simplejquery');
var $ = sjq.$;
var $ = sjq.$$;

TBD

Development

git clone git://github.com/ajlopez/SimpleJQuery.git
cd SimpleJQuery
npm install
npm test

Samples

TBD

Versions

  • 0.0.1 Published

Contribution

Feel free to file issues and submit pull requests � contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.