Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/neutrinojs/neutrino

Create and build modern JavaScript projects with zero initial configuration.
https://github.com/neutrinojs/neutrino

build-tool javascript middleware neutrino preact presets react vue webpack zero-config zero-configuration

Last synced: 2 months ago
JSON representation

Create and build modern JavaScript projects with zero initial configuration.

Lists

README

        

### Create and build modern JavaScript applications with zero initial configuration

#### Neutrino combines the power of webpack with the simplicity of presets.

[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url]
[![CI Status][ci-image]][ci-url] [![Netlify Status][netlify-image]][netlify-url]

[https://github.com/neutrinojs/neutrino](https://github.com/neutrinojs/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 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://neutrinojs.org/) for details on installation,
getting started, usage, and customizing.

### Contributing

Thank you for wanting to help out with Neutrino! We are very happy that you want
to contribute, and have put together this guide to help you get started. We want
to do our best to help you make successful contributions and be part of our
community.

- [Contributing to Neutrino](https://neutrinojs.org/contributing/)
- [Participation Guidelines](https://neutrinojs.org/contributing/code-of-conduct/)

[npm-image]: https://img.shields.io/npm/v/neutrino.svg
[npm-downloads]: https://img.shields.io/npm/dt/neutrino.svg
[npm-url]: https://www.npmjs.com/package/neutrino
[ci-image]:
https://github.com/neutrinojs/neutrino/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/neutrinojs/neutrino/actions/workflows/ci.yml
[netlify-image]:
https://api.netlify.com/api/v1/badges/faef6419-2d67-488a-95a8-998e1ad3e40f/deploy-status
[netlify-url]: https://app.netlify.com/sites/neutrinojs/deploys