# pruno-js

> A lightweight module that builds JavaScripts with Browserify. Handles React and ES6 transformations as well as uglify and source-maps.

Latest version **1.0.5** (published 2015-02-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install pruno-js
pnpm add pruno-js
yarn add pruno-js
bun add pruno-js
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2015-02-02 |
| First published | 2015-01-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 15 |
| Known vulnerabilities | 0 (+9 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Christian de Botton |
| Maintainers | cdebotton |
| Keywords | pruno, gulp, build, js, browserify, es6, react |

## Links

- npm: https://www.npmjs.com/package/pruno-js
- Repository: https://github.com/cdebotton/pruno-js
- Issues: https://github.com/cdebotton/pruno-js/issues
- npm.io page: https://npm.io/package/pruno-js

## Dependencies (15)

- [6to5](https://npm.io/package/6to5.md) ^3.3.4
- [hbsfy](https://npm.io/package/hbsfy.md) ^2.2.1
- [envify](https://npm.io/package/envify.md) ^3.2.0
- [6to5ify](https://npm.io/package/6to5ify.md) ^4.0.0
- [gulp-if](https://npm.io/package/gulp-if.md) ^1.2.5
- [through](https://npm.io/package/through.md) ^2.3.6
- [watchify](https://npm.io/package/watchify.md) ^2.2.1
- [browserify](https://npm.io/package/browserify.md) ^8.1.1
- [handlebars](https://npm.io/package/handlebars.md) ^2.0.0
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ^1.1.0
- [vinyl-buffer](https://npm.io/package/vinyl-buffer.md) ^1.0.0
- [object-assign](https://npm.io/package/object-assign.md) ^2.0.0
- [gulp-sourcemaps](https://npm.io/package/gulp-sourcemaps.md) ^1.3.0
- [gulp-load-plugins](https://npm.io/package/gulp-load-plugins.md) ^0.8.0
- [vinyl-source-stream](https://npm.io/package/vinyl-source-stream.md) ^1.0.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.5 (latest) — 2015-02-02
- 1.0.4 — 2015-02-02
- 1.0.3 — 2015-02-02
- 1.0.2 — 2015-02-02
- 1.0.1 — 2015-02-01
- 1.0.0 — 2015-01-30

## README

# pruno-js

A lightweight module that builds JavaScripts with Browserify. Handles React and ES6 transformations as well as uglify and source-maps.

## Usage

```js
"use strict";

var pruno = require('pruno');

pruno.plugins(function(mix) {
    mix
      .configure({ dir: __dirname + '/config' })
      .js({
        entry: '::src/index.js',
        dist: '::dist/bundle.js',
        es6: true,
        uglify: false,
        'source-maps': true
      });
});
```

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