# jquery-builder

> jQuery Builder lets you easily build a version a custom version of jQuery without downloading the source, grabbing the submodules, installing grunt and building yourself.

Latest version **0.7.0** (published 2014-10-19) · 0 weekly downloads

## Install

```sh
npm install jquery-builder
pnpm add jquery-builder
yarn add jquery-builder
bun add jquery-builder
```

Provides the command `jquery-builder`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.0 |
| Published | 2014-10-19 |
| First published | 2012-08-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 348 |
| Author | Greg Allen |
| Maintainers | jga |

## Links

- npm: https://www.npmjs.com/package/jquery-builder
- Repository: https://github.com/jgallen23/jquery-builder
- Homepage: http://projects.jga.me/jquery-builder/
- Issues: https://github.com/jgallen23/jquery-builder/issues
- npm.io page: https://npm.io/package/jquery-builder

## Dependencies (5)

- [async](https://npm.io/package/async.md) ~0.2.4
- [request](https://npm.io/package/request.md) ~2.16.2
- [bytesize](https://npm.io/package/bytesize.md) ~0.2.0
- [optimist](https://npm.io/package/optimist.md) ~0.3.5
- [combinations](https://npm.io/package/combinations.md) 0.1.0

## Recent versions

- 0.7.0 (latest) — 2014-10-19
- 0.6.0 — 2014-09-27
- 0.5.1 — 2013-10-24
- 0.5.0 — 2013-07-07
- 0.4.1 — 2013-06-04
- 0.4.0 — 2013-05-27
- 0.3.0 — 2013-04-20
- 0.2.0 — 2013-03-16
- 0.1.0 — 2012-11-19
- 0.0.4 — 2012-10-05
- 0.0.3 — 2012-09-23
- 0.0.2 — 2012-09-17
- 0.0.1 — 2012-08-30

## README

#jQuery Builder

jQuery Builder lets you easily build a version a custom version of jQuery without downloading the source, grabbing the submodules, installing grunt and building yourself.

##Install

```
npm install jquery-builder
```

##Usage

```
jQuery Builder 0.2.0
Usage: node ./bin/builder.js

Options:
  -e, --exclude   Modules to exclude [module,module]  [string]
  -m, --minify    Minify output                       [boolean]
  -l, --ls        List available modules              [boolean]
  -v, --version   Version of jQuery                   [string]  [default: "1.9.1"]
  -s, --versions  List available versions
```

##Example

```
jquery-builder --exclude ajax,css -m > jquery.min.js
```

##Available Modules

- **ajax**: All AJAX functionality: `$.ajax()`, `$.get()`, `$.post()`, `$.ajaxSetup()`, `.load()`, transports, and ajax event shorthands such as `.ajaxStart()`.
- **deprecated**: Methods documented as deprecated but not yet removed; currently only `.andSelf()`.
- **css**: The `.css()` method plus non-animated `.show()`, `.hide()` and `.toggle()`.
- **dimensions**: The `.width()` and `.height()` methods, including `inner-` and `outer-` variations.
- **effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`. 
- **offset**: The `.offset()`, `.position()`, `.offsetParent()`, `.scrollLeft()`, and `.scrollTop()` methods.

---
_Source: https://npm.io/package/jquery-builder · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
