Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Tagline update
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Feb 16, 2017
1 parent 619f945 commit 24900a4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
<h1><p align="center"><a href="https://neutrino.js.org"><img src="https://raw.githubusercontent.com/mozilla-neutrino/neutrino-dev/master/docs/assets/logo.png" height="150"></a></p></h1>

### Create and build modern JavaScript applications with zero initial configuration
#### Think Webpack, but with presets. That's Neutrino.
#### Neutrino combines the power of Webpack with the simplicity of presets.

---

Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process of initializing and building projects much simpler by providing minimal development dependencies.
[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url]

Neutrino uses Webpack to build both web and Node.js projects by providing complete build presets which can be shared across targets and projects. You can use Neutrino base presets to get started building a variety of projects, create your
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)]()
Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations.
It intends to make the process of initializing and building projects much simpler by providing minimal development
dependencies.

[![GitHub issues](https://img.shields.io/github/issues/mozilla-neutrino/neutrino-dev.svg)]()
Neutrino uses Webpack to build both web and Node.js projects by providing complete build presets which can be shared
across targets and projects. You can use Neutrino base presets to get started building a variety of projects, create
your 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.

[![GitHub pull requests](https://img.shields.io/github/issues-pr/mozilla-neutrino/neutrino-dev.svg)]()
## Documentation

[![GitHub contributors](https://img.shields.io/github/contributors/mozilla-neutrino/neutrino-dev.svg)]()
See the [Neutrino docs](https://neutrino.js.org/)
for details on installation, getting started, usage, and customizing.

[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
12 changes: 9 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
<h1><p align="center"><a href="https://neutrino.js.org"><img src="https://raw.githubusercontent.com/mozilla-neutrino/neutrino-dev/master/docs/assets/logo.png" height="150"></a></p></h1>

### Create and build modern JavaScript applications with zero initial configuration
#### Think Webpack, but with presets. That's Neutrino.
#### Neutrino combines the power of Webpack with the simplicity of presets.

[![NPM version][npm-image]][npm-url]
[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url]

---

Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations.
It intends to make the process of initializing and building projects much simpler by providing minimal development
dependencies.
dependencies.

Neutrino uses Webpack to build both web and Node.js projects by providing complete build presets which can be shared
across targets and projects. You can use Neutrino base presets to get started building a variety of projects, create
your 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.

## Documentation

See the [Neutrino docs](https://neutrino.js.org/)
for details on installation, getting started, usage, and customizing.

[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
4 changes: 2 additions & 2 deletions packages/neutrino/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<h1><p align="center"><a href="https://neutrino.js.org"><img src="https://raw.githubusercontent.com/mozilla-neutrino/neutrino-dev/master/docs/assets/logo.png" height="150"></a></p></h1>

### Create and build modern JavaScript applications with zero initial configuration
#### Think Webpack, but with presets. That's Neutrino.
#### Neutrino combines the power of Webpack with the simplicity of presets.

[![NPM version][npm-image]][npm-url] [![NPM version][npm-downloads]][npm-url]

---

Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations.
It intends to make the process of initializing and building projects much simpler by providing minimal development
dependencies.
dependencies.

Neutrino uses Webpack to build both web and Node.js projects by providing complete build presets which can be shared
across targets and projects. You can use Neutrino base presets to get started building a variety of projects, create
Expand Down

0 comments on commit 24900a4

Please sign in to comment.