# steal-tools

> Futuristic build tools for ES6 Module applications.

Latest version **2.3.0** (published 2022-06-09) · 0 weekly downloads

## Install

```sh
npm install steal-tools
pnpm add steal-tools
yarn add steal-tools
bun add steal-tools
```

Provides the command `steal-tools`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.3.0 |
| Published | 2022-06-09 |
| First published | 2013-07-26 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 10.x - 14.x |
| Dependencies | 36 |
| Unpacked size | 314.9 KB |
| Known vulnerabilities | 0 (+11 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 69 |
| Author | Bitovi |
| Maintainers | phillipskevin, justinbmeyer, matthewp, bigab, m-mujica, chasen, bmomberger-bitovi, cherif_b |

## Links

- npm: https://www.npmjs.com/package/steal-tools
- Repository: https://github.com/stealjs/steal-tools
- Homepage: http://stealjs.com/
- Issues: https://github.com/stealjs/steal-tools/issues
- npm.io page: https://npm.io/package/steal-tools

## Dependencies (36)

- [ws](https://npm.io/package/ws.md) ^5.1.1
- [tmp](https://npm.io/package/tmp.md) 0.0.33
- [glob](https://npm.io/package/glob.md) ^7.1.1
- [pump](https://npm.io/package/pump.md) ^3.0.0
- [urix](https://npm.io/package/urix.md) ^0.1.0
- [steal](https://npm.io/package/steal.md) ^2.3.0
- [yargs](https://npm.io/package/yargs.md) ^11.0.0
- [colors](https://npm.io/package/colors.md) 1.4.0
- [globby](https://npm.io/package/globby.md) ^11.1.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.0
- [moment](https://npm.io/package/moment.md) ^2.10.2
- [terser](https://npm.io/package/terser.md) ^3.17.0
- [traceur](https://npm.io/package/traceur.md) 0.0.111
- [winston](https://npm.io/package/winston.md) ^2.2.0
- [chokidar](https://npm.io/package/chokidar.md) ^3.5.3
- [fs-extra](https://npm.io/package/fs-extra.md) ~7.0.0
- [prettier](https://npm.io/package/prettier.md) 1.12.0
- [through2](https://npm.io/package/through2.md) ^3.0.0
- [clean-css](https://npm.io/package/clean-css.md) ^4.1.9
- [gzip-size](https://npm.io/package/gzip-size.md) 4.0.0
- [transpile](https://npm.io/package/transpile.md) ^2.8.0
- [multimatch](https://npm.io/package/multimatch.md) ^2.1.0
- [pdenodeify](https://npm.io/package/pdenodeify.md) ^0.1.0
- [common-tags](https://npm.io/package/common-tags.md) ^1.7.2
- [is-appveyor](https://npm.io/package/is-appveyor.md) ^1.0.0
- [babel-minify](https://npm.io/package/babel-minify.md) ^0.5.0
- [loose-envify](https://npm.io/package/loose-envify.md) ^1.3.1
- [steal-rollup](https://npm.io/package/steal-rollup.md) ^0.58.4
- [steal-bundler](https://npm.io/package/steal-bundler.md) ^0.3.6
- [normalize-path](https://npm.io/package/normalize-path.md) ^2.1.1
- [object.entries](https://npm.io/package/object.entries.md) ^1.0.4
- [steal-parse-amd](https://npm.io/package/steal-parse-amd.md) ^1.0.0
- [babel-standalone](https://npm.io/package/babel-standalone.md) ^6.23.1
- [find-line-column](https://npm.io/package/find-line-column.md) ^0.5.2
- [bitovi-source-map](https://npm.io/package/bitovi-source-map.md) 0.4.2-bitovi.2
- [rollup-plugin-commonjs](https://npm.io/package/rollup-plugin-commonjs.md) ^9.3.4

## Recent versions

- 2.3.0 (latest) — 2022-06-09
- 2.3.0-pre.0 (pre) — 2021-04-28
- 1.4.0-supercache.0 (supercache) — 2017-04-11
- 1.0.0-rc2 (rc) — 2016-12-02
- 1.0.0-beta.3 (beta) — 2016-08-01
- 2.2.6 — 2020-02-11
- 2.2.5 — 2019-11-27
- 2.2.4 — 2019-11-25
- 2.2.3 — 2019-11-13
- 2.2.2 — 2019-04-17
- 2.2.1 — 2019-04-08
- 2.2.0 — 2019-03-18
- 2.1.0 — 2019-03-05
- 2.0.11 — 2018-11-29
- 2.0.10 — 2018-11-28
- … 205 more at https://npm.io/package/steal-tools/versions

## README

# steal-tools

[![Build Status](https://travis-ci.org/stealjs/steal-tools.svg?branch=master)](https://travis-ci.org/stealjs/steal-tools)
[![Build status](https://ci.appveyor.com/api/projects/status/vqk3ybu6fo5jwptk/branch/master?svg=true)](https://ci.appveyor.com/project/matthewp/steal-tools-427/branch/master)
[![npm version](https://badge.fury.io/js/steal-tools.svg)](http://badge.fury.io/js/steal-tools)
[![Coverage Status](https://coveralls.io/repos/github/stealjs/steal-tools/badge.svg?branch=master)](https://coveralls.io/github/stealjs/steal-tools?branch=master)

`steal-tools` is a collection of command-line utilities
that:
 
 - makes building ES6, CommonJS, AMD, applications and plugins _easy_, and 
 - writes those builds so your apps load _fast_.

It is one half of the [StealJS](http://stealjs.com) project.  It's other half,
[steal](https://github.com/stealjs/steal) provides client-side dependency management.

For more information on `steal-tools`, visit [stealjs.com](http://stealjs.com).

For information on contributing and developing `steal-tools`, go [here](http://stealjs.com/docs/guides.Contributing.html).

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