From b2221d494eddcd8cc5057ee2c74f32849df4ca06 Mon Sep 17 00:00:00 2001 From: Eli Perelman Date: Thu, 16 Feb 2017 14:41:14 -0600 Subject: [PATCH] Badge updates --- README.md | 9 +++++++++ docs/README.md | 2 +- docs/presets/neutrino-preset-airbnb-base/README.md | 6 ++++-- docs/presets/neutrino-preset-jest/README.md | 6 ++++-- docs/presets/neutrino-preset-karma/README.md | 6 ++++-- docs/presets/neutrino-preset-mocha/README.md | 6 ++++-- docs/presets/neutrino-preset-node/README.md | 6 ++++-- docs/presets/neutrino-preset-react/README.md | 6 ++++-- docs/presets/neutrino-preset-web/README.md | 6 ++++-- packages/neutrino-preset-airbnb-base/README.md | 6 ++++-- packages/neutrino-preset-jest/README.md | 6 ++++-- packages/neutrino-preset-karma/README.md | 6 ++++-- packages/neutrino-preset-mocha/README.md | 6 ++++-- packages/neutrino-preset-node/README.md | 6 ++++-- packages/neutrino-preset-react/README.md | 6 ++++-- packages/neutrino-preset-web/README.md | 8 +++++--- packages/neutrino/README.md | 5 +++-- 17 files changed, 70 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index fb9bce3..3afd281 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,12 @@ Neutrino uses Webpack to build both web and Node.js projects by providing comple own presets by extending the Neutrino core ones to be shared across your own projects or even by the community. Presets can even be manipulated on a project-by-project basis to handle almost any build situation your preset doesn't cover. [Get started with the docs!](https://neutrino.js.org) + +[![npm](https://img.shields.io/npm/l/neutrino.svg)]() + +[![GitHub issues](https://img.shields.io/github/issues/mozilla-neutrino/neutrino-dev.svg)]() + +[![GitHub pull requests](https://img.shields.io/github/issues-pr/mozilla-neutrino/neutrino-dev.svg)]() + +[![GitHub contributors](https://img.shields.io/github/contributors/mozilla-neutrino/neutrino-dev.svg)]() + diff --git a/docs/README.md b/docs/README.md index 263c180..562490b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,5 +17,5 @@ your own presets by extending the Neutrino core ones to be shared across your ow Presets can even be manipulated on a project-by-project basis to handle almost any build situation your preset doesn't cover. -[npm-image]: https://badge.fury.io/js/neutrino.svg +[npm-image]: https://img.shields.io/npm/v/neutrino.svg [npm-url]: https://npmjs.org/package/neutrino diff --git a/docs/presets/neutrino-preset-airbnb-base/README.md b/docs/presets/neutrino-preset-airbnb-base/README.md index f09385d..49c714d 100644 --- a/docs/presets/neutrino-preset-airbnb-base/README.md +++ b/docs/presets/neutrino-preset-airbnb-base/README.md @@ -1,4 +1,5 @@ -# Neutrino Airbnb Preset [![NPM version][npm-image]][npm-url] +# Neutrino Airbnb Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-airbnb-base` is a Neutrino preset that supports linting JavaScript projects with Airbnb's base ESLint config, following the [Airbnb styleguide](https://github.com/airbnb/javascript). @@ -204,5 +205,6 @@ This preset is part of the [neutrino-dev](https://github.com/mozilla-neutrino/ne containing all resources for developing Neutrino and its core presets. Follow the [contributing guide](/contributing/README.md) for details. -[npm-image]: https://badge.fury.io/js/neutrino-preset-airbnb-base.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-airbnb-base.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-airbnb-base.svg [npm-url]: https://npmjs.org/package/neutrino-preset-airbnb-base diff --git a/docs/presets/neutrino-preset-jest/README.md b/docs/presets/neutrino-preset-jest/README.md index 221b5db..7ac67a1 100644 --- a/docs/presets/neutrino-preset-jest/README.md +++ b/docs/presets/neutrino-preset-jest/README.md @@ -1,4 +1,5 @@ -# Neutrino Jest Preset [![NPM version][npm-image]][npm-url] +# Neutrino Jest Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-jest` is a Neutrino preset that supports testing JavaScript projects with the Jest test runner. @@ -180,5 +181,6 @@ This preset is part of the [neutrino-dev](https://github.com/mozilla-neutrino/ne containing all resources for developing Neutrino and its core presets. Follow the [contributing guide](/contributing/README.md) for details. -[npm-image]: https://badge.fury.io/js/neutrino-preset-jest.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-jest.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-jest.svg [npm-url]: https://npmjs.org/package/neutrino-preset-jest diff --git a/docs/presets/neutrino-preset-karma/README.md b/docs/presets/neutrino-preset-karma/README.md index 773dd8d..6f9940c 100644 --- a/docs/presets/neutrino-preset-karma/README.md +++ b/docs/presets/neutrino-preset-karma/README.md @@ -1,4 +1,5 @@ -# Neutrino Karma Preset [![NPM version][npm-image]][npm-url] +# Neutrino Karma Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-karma` is a Neutrino preset that supports testing web applications using the Karma test runner. @@ -184,5 +185,6 @@ This preset is part of the [neutrino-dev](https://github.com/mozilla-neutrino/ne containing all resources for developing Neutrino and its core presets. Follow the [contributing guide](/contributing/README.md) for details. -[npm-image]: https://badge.fury.io/js/neutrino-preset-karma.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-karma.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-karma.svg [npm-url]: https://npmjs.org/package/neutrino-preset-karma diff --git a/docs/presets/neutrino-preset-mocha/README.md b/docs/presets/neutrino-preset-mocha/README.md index 3a215a2..fb25012 100644 --- a/docs/presets/neutrino-preset-mocha/README.md +++ b/docs/presets/neutrino-preset-mocha/README.md @@ -1,4 +1,5 @@ -# Neutrino Mocha Preset [![NPM version][npm-image]][npm-url] +# Neutrino Mocha Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-mocha` is a Neutrino preset that supports testing JavaScript projects with the Mocha test runner. @@ -163,5 +164,6 @@ This preset is part of the [neutrino-dev](https://github.com/mozilla-neutrino/ne containing all resources for developing Neutrino and its core presets. Follow the [contributing guide](/contributing/README.md) for details. -[npm-image]: https://badge.fury.io/js/neutrino-preset-mocha.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-mocha.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-mocha.svg [npm-url]: https://npmjs.org/package/neutrino-preset-mocha diff --git a/docs/presets/neutrino-preset-node/README.md b/docs/presets/neutrino-preset-node/README.md index f237fee..b2bf98e 100644 --- a/docs/presets/neutrino-preset-node/README.md +++ b/docs/presets/neutrino-preset-node/README.md @@ -1,4 +1,5 @@ -# Neutrino Node.js Preset [![NPM version][npm-image]][npm-url] +# Neutrino Node.js Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-node` is a Neutrino preset that supports building Node.js applications. @@ -223,5 +224,6 @@ This preset is part of the [neutrino-dev](https://github.com/mozilla-neutrino/ne containing all resources for developing Neutrino and its core presets. Follow the [contributing guide](/contributing/README.md) for details. -[npm-image]: https://badge.fury.io/js/neutrino-preset-node.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-node.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-node.svg [npm-url]: https://npmjs.org/package/neutrino-preset-node diff --git a/docs/presets/neutrino-preset-react/README.md b/docs/presets/neutrino-preset-react/README.md index d4ccbc4..abd20d5 100644 --- a/docs/presets/neutrino-preset-react/README.md +++ b/docs/presets/neutrino-preset-react/README.md @@ -1,4 +1,5 @@ -# Neutrino React Preset [![NPM version][npm-image]][npm-url] +# Neutrino React Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-react` is a Neutrino preset that supports building React web applications. @@ -268,5 +269,6 @@ This preset is part of the [neutrino-dev](https://github.com/mozilla-neutrino/ne containing all resources for developing Neutrino and its core presets. Follow the [contributing guide](/contributing/README.md) for details. -[npm-image]: https://badge.fury.io/js/neutrino-preset-react.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-react.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-react.svg [npm-url]: https://npmjs.org/package/neutrino-preset-react diff --git a/docs/presets/neutrino-preset-web/README.md b/docs/presets/neutrino-preset-web/README.md index 332e953..2ca4651 100644 --- a/docs/presets/neutrino-preset-web/README.md +++ b/docs/presets/neutrino-preset-web/README.md @@ -1,4 +1,5 @@ -# Neutrino Web Preset [![NPM version][npm-image]][npm-url] +# Neutrino Web Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-web` is a Neutrino preset that supports building generic applications for the web. @@ -220,5 +221,6 @@ This preset is part of the [neutrino-dev](https://github.com/mozilla-neutrino/ne containing all resources for developing Neutrino and its core presets. Follow the [contributing guide](/contributing/README.md) for details. -[npm-image]: https://badge.fury.io/js/neutrino-preset-web.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-web.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-web.svg [npm-url]: https://npmjs.org/package/neutrino-preset-web diff --git a/packages/neutrino-preset-airbnb-base/README.md b/packages/neutrino-preset-airbnb-base/README.md index 12088c3..3aa4ccf 100644 --- a/packages/neutrino-preset-airbnb-base/README.md +++ b/packages/neutrino-preset-airbnb-base/README.md @@ -1,4 +1,5 @@ -# Neutrino Airbnb Preset [![NPM version][npm-image]][npm-url] +# Neutrino Airbnb Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-airbnb-base` is a Neutrino preset that supports linting JavaScript projects with Airbnb's base ESLint config, following the [Airbnb styleguide](https://github.com/airbnb/javascript). @@ -8,5 +9,6 @@ config, following the [Airbnb styleguide](https://github.com/airbnb/javascript). See the [Neutrino docs](https://neutrino.js.org/presets/neutrino-preset-airbnb-base/) for details on installation, getting started, usage, and customizing. -[npm-image]: https://badge.fury.io/js/neutrino-preset-airbnb-base.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-airbnb-base.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-airbnb-base.svg [npm-url]: https://npmjs.org/package/neutrino-preset-airbnb-base diff --git a/packages/neutrino-preset-jest/README.md b/packages/neutrino-preset-jest/README.md index b486855..3b934c0 100644 --- a/packages/neutrino-preset-jest/README.md +++ b/packages/neutrino-preset-jest/README.md @@ -1,4 +1,5 @@ -# Neutrino Jest Preset [![NPM version][npm-image]][npm-url] +# Neutrino Jest Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-jest` is a Neutrino preset that supports testing JavaScript projects with the Jest test runner. @@ -7,5 +8,6 @@ See the [Neutrino docs](https://neutrino.js.org/presets/neutrino-preset-jest/) for details on installation, getting started, usage, and customizing. -[npm-image]: https://badge.fury.io/js/neutrino-preset-jest.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-jest.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-jest.svg [npm-url]: https://npmjs.org/package/neutrino-preset-jest diff --git a/packages/neutrino-preset-karma/README.md b/packages/neutrino-preset-karma/README.md index 214614a..ad6ddeb 100644 --- a/packages/neutrino-preset-karma/README.md +++ b/packages/neutrino-preset-karma/README.md @@ -1,4 +1,5 @@ -# Neutrino Karma Preset [![NPM version][npm-image]][npm-url] +# Neutrino Karma Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-karma` is a Neutrino preset that supports testing web applications using the Karma test runner. @@ -7,5 +8,6 @@ See the [Neutrino docs](https://neutrino.js.org/presets/neutrino-preset-karma/) for details on installation, getting started, usage, and customizing. -[npm-image]: https://badge.fury.io/js/neutrino-preset-karma.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-karma.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-karma.svg [npm-url]: https://npmjs.org/package/neutrino-preset-karma diff --git a/packages/neutrino-preset-mocha/README.md b/packages/neutrino-preset-mocha/README.md index c18176e..36f3c14 100644 --- a/packages/neutrino-preset-mocha/README.md +++ b/packages/neutrino-preset-mocha/README.md @@ -1,4 +1,5 @@ -# Neutrino Mocha Preset [![NPM version][npm-image]][npm-url] +# Neutrino Mocha Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-mocha` is a Neutrino preset that supports testing JavaScript projects with the Mocha test runner. @@ -7,5 +8,6 @@ See the [Neutrino docs](https://neutrino.js.org/presets/neutrino-preset-mocha/) for details on installation, getting started, usage, and customizing. -[npm-image]: https://badge.fury.io/js/neutrino-preset-mocha.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-mocha.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-mocha.svg [npm-url]: https://npmjs.org/package/neutrino-preset-mocha diff --git a/packages/neutrino-preset-node/README.md b/packages/neutrino-preset-node/README.md index ff34529..b33e7de 100644 --- a/packages/neutrino-preset-node/README.md +++ b/packages/neutrino-preset-node/README.md @@ -1,4 +1,5 @@ -# Neutrino Node.js Preset [![NPM version][npm-image]][npm-url] +# Neutrino Node.js Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-node` is a Neutrino preset that supports building Node.js applications. @@ -7,5 +8,6 @@ See the [Neutrino docs](https://neutrino.js.org/presets/neutrino-preset-node/) for details on installation, getting started, usage, and customizing. -[npm-image]: https://badge.fury.io/js/neutrino-preset-node.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-node.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-node.svg [npm-url]: https://npmjs.org/package/neutrino-preset-node diff --git a/packages/neutrino-preset-react/README.md b/packages/neutrino-preset-react/README.md index c9db49c..932ad8d 100644 --- a/packages/neutrino-preset-react/README.md +++ b/packages/neutrino-preset-react/README.md @@ -1,4 +1,5 @@ -# Neutrino React Preset [![NPM version][npm-image]][npm-url] +# Neutrino React Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-react` is a Neutrino preset that supports building React web applications. @@ -7,5 +8,6 @@ See the [Neutrino docs](https://neutrino.js.org/presets/neutrino-preset-react/) for details on installation, getting started, usage, and customizing. -[npm-image]: https://badge.fury.io/js/neutrino-preset-react.svg +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-react.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-react.svg [npm-url]: https://npmjs.org/package/neutrino-preset-react diff --git a/packages/neutrino-preset-web/README.md b/packages/neutrino-preset-web/README.md index 6c86189..3ca9c1e 100644 --- a/packages/neutrino-preset-web/README.md +++ b/packages/neutrino-preset-web/README.md @@ -1,4 +1,5 @@ -# Neutrino Web Preset [![NPM version][npm-image]][npm-url] +# Neutrino Web Preset +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] `neutrino-preset-web` is a Neutrino preset that supports building generic applications for the web. @@ -7,6 +8,7 @@ See the [Neutrino docs](https://neutrino.js.org/presets/neutrino-preset-web/) for details on installation, getting started, usage, and customizing. - [npm-image]: https://badge.fury.io/js/neutrino-preset-web.svg - [npm-url]: https://npmjs.org/package/neutrino-preset-web +[npm-image]: https://img.shields.io/npm/v/neutrino-preset-web.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino-preset-web.svg +[npm-url]: https://npmjs.org/package/neutrino-preset-web \ No newline at end of file diff --git a/packages/neutrino/README.md b/packages/neutrino/README.md index 137600a..f9baeb6 100644 --- a/packages/neutrino/README.md +++ b/packages/neutrino/README.md @@ -3,7 +3,7 @@ ### Create and build modern JavaScript applications with zero initial configuration #### Think Webpack, but with presets. That's Neutrino. -[![NPM version][npm-image]][npm-url] +[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url] --- @@ -22,5 +22,6 @@ cover. See the [Neutrino docs](https://neutrino.js.org/) for details on installation, getting started, usage, and customizing. -[npm-image]: https://badge.fury.io/js/neutrino.svg +[npm-image]: https://img.shields.io/npm/v/neutrino.svg +[npm-downloads]: https://img.shields.io/npm/dt/neutrino.svg [npm-url]: https://npmjs.org/package/neutrino