Browse Source

Badge updates

v5.0.0-beta
Eli Perelman 8 years ago
parent
commit
b2221d494e
  1. 9
      README.md
  2. 2
      docs/README.md
  3. 6
      docs/presets/neutrino-preset-airbnb-base/README.md
  4. 6
      docs/presets/neutrino-preset-jest/README.md
  5. 6
      docs/presets/neutrino-preset-karma/README.md
  6. 6
      docs/presets/neutrino-preset-mocha/README.md
  7. 6
      docs/presets/neutrino-preset-node/README.md
  8. 6
      docs/presets/neutrino-preset-react/README.md
  9. 6
      docs/presets/neutrino-preset-web/README.md
  10. 6
      packages/neutrino-preset-airbnb-base/README.md
  11. 6
      packages/neutrino-preset-jest/README.md
  12. 6
      packages/neutrino-preset-karma/README.md
  13. 6
      packages/neutrino-preset-mocha/README.md
  14. 6
      packages/neutrino-preset-node/README.md
  15. 6
      packages/neutrino-preset-react/README.md
  16. 8
      packages/neutrino-preset-web/README.md
  17. 5
      packages/neutrino/README.md

9
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)]()

2
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

6
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

6
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

6
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

6
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

6
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

6
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

6
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

6
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

6
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

6
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

6
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

6
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

6
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

8
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

5
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

Loading…
Cancel
Save