UNPKG

1.65 kBMarkdownView Raw
1<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>
2
3### Create and build modern JavaScript applications with zero initial configuration
4#### Neutrino combines the power of webpack with the simplicity of presets.
5
6[![NPM version][npm-image]][npm-url]
7[![NPM downloads][npm-downloads]][npm-url]
8[![Join the Neutrino community on Spectrum][spectrum-image]][spectrum-url]
9
10---
11
12Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations.
13It intends to make the process of initializing and building projects much simpler by providing minimal development
14dependencies.
15
16Neutrino uses webpack to build both web and Node.js projects by providing complete build presets which can be shared
17across targets and projects. You can use Neutrino base presets to get started building a variety of projects, create
18your own presets by extending the Neutrino core ones to be shared across your own projects or even by the community.
19Presets can even be manipulated on a project-by-project basis to handle almost any build situation your preset doesn't
20cover.
21
22## Documentation
23
24See the [Neutrino docs](https://neutrino.js.org/)
25for details on installation, getting started, usage, and customizing.
26
27[npm-image]: https://img.shields.io/npm/v/neutrino.svg
28[npm-downloads]: https://img.shields.io/npm/dt/neutrino.svg
29[npm-url]: https://npmjs.org/package/neutrino
30[spectrum-image]: https://withspectrum.github.io/badge/badge.svg
31[spectrum-url]: https://spectrum.chat/neutrino