UNPKG

1.13 kBMarkdownView Raw
1# steal-tools
2
3[![Build Status](https://travis-ci.org/stealjs/steal-tools.svg?branch=master)](https://travis-ci.org/stealjs/steal-tools)
4[![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)
5[![npm version](https://badge.fury.io/js/steal-tools.svg)](http://badge.fury.io/js/steal-tools)
6[![Coverage Status](https://coveralls.io/repos/github/stealjs/steal-tools/badge.svg?branch=master)](https://coveralls.io/github/stealjs/steal-tools?branch=master)
7
8`steal-tools` is a collection of command-line utilities
9that:
10
11 - makes building ES6, CommonJS, AMD, applications and plugins _easy_, and
12 - writes those builds so your apps load _fast_.
13
14It is one half of the [StealJS](http://stealjs.com) project. It's other half,
15[steal](https://github.com/stealjs/steal) provides client-side dependency management.
16
17For more information on `steal-tools`, visit [stealjs.com](http://stealjs.com).
18
19For information on contributing and developing `steal-tools`, go [here](http://stealjs.com/docs/guides.Contributing.html).