1 | # Grunt: The JavaScript Task Runner
|
2 |
|
3 | [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt.svg?branch=master)](https://travis-ci.org/gruntjs/grunt)
|
4 | [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt/branch/master)
|
5 | [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)
|
6 | [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt?ref=badge_shield)
|
7 |
|
8 | <img align="right" height="260" src="https://gruntjs.com/img/grunt-logo-no-wordmark.svg">
|
9 |
|
10 |
|
11 | ### Documentation
|
12 |
|
13 | Visit the [gruntjs.com](https://gruntjs.com/) website for all the things.
|
14 |
|
15 | ### Support / Contributing
|
16 |
|
17 | Before you make an issue, please read our [Contributing](https://gruntjs.com/contributing) guide.
|
18 |
|
19 | ### Release History
|
20 | See the [CHANGELOG](CHANGELOG).
|
21 |
|
22 | ### License
|
23 |
|
24 | [MIT](LICENSE)
|