Eli Perelman
8 years ago
3 changed files with 28 additions and 17 deletions
@ -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 |
|||
|
Loading…
Reference in new issue