Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mozilla-neutrino/neutrino-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Feb 8, 2017
2 parents 90612ef + 9662140 commit 618604c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
# <a href="http://neutrino.js.org"><img src="https://raw.githubusercontent.com/mozilla-neutrino/neutrino-dev/master/logo.png" height="60"></a>

Create and build modern JavaScript applications with zero initial configuration.
### Create and build modern JavaScript applications with zero initial configuration
#### Think: Webpack, but with presets. That's Neutrino.

---

Think Webpack, but with presets. That's Neutrino.
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.

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. 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 presets 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.
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!

[Neutrino Docs](https://neutrino.js.org)
[Get started with the docs!](https://neutrino.js.org)
Binary file added assets/neutrino-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

---

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.
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.

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.

0 comments on commit 618604c

Please sign in to comment.