move plugins to top

This commit is contained in:
Sebastian McKenzie
2014-10-06 17:08:37 +11:00
parent b97274cf3d
commit 7f5a1342e3

View File

@@ -23,7 +23,7 @@
**6to5** turns ES6 code into vanilla ES5, so you can use ES6 features **today.**
- **Fast** - no redundant code added so your compiled code is as fast as possible.
- **Extensive** - with Browserify support, Node API, Connect Middleware and a CLI.
- **Extensive** - with a large variety of [plugins](#plugins).
- **Lossless** - **source map support** so you can debug your compiled code with ease.
- **Compact** - maps directly to the equivalent ES5 with **no runtime**.
- **Concise** - does not pollute scope with unneccesary variables.
@@ -32,6 +32,16 @@
$ npm install -g 6to5
## Plugins
- [Browserify](https://github.com/sebmck/6to5-browserify)
- [Connect Middleware](https://github.com/sebmck/6to5-connect)
### Community
- [Gulp](https://github.com/sindresorhus/gulp-6to5)
- [Brunch](https://github.com/es128/6to5-brunch)
## [Features](FEATURES.md)
- [Array comprehension](FEATURES.md#array-comprehension)
@@ -55,15 +65,6 @@ To be implemented:
- [Generators](FEATURES.md#generators)
## Plugins
- [Browserify](https://github.com/sebmck/6to5-browserify)
- [Connect Middleware](https://github.com/sebmck/6to5-connect)
- [Gulp](https://github.com/sindresorhus/gulp-6to5)*
- [Brunch](https://github.com/es128/6to5-brunch)*
*Community contributed
## Usage
### CLI