Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiwi/neutrino-presets
https://github.com/qiwi/neutrino-presets
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qiwi/neutrino-presets
- Owner: qiwi
- Created: 2018-06-04T13:13:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T20:59:36.000Z (7 months ago)
- Last Synced: 2024-11-02T06:34:03.935Z (13 days ago)
- Language: JavaScript
- Size: 437 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
> ⚠️ Deprecated in favour of [@packasso](https://github.com/qiwi/packasso)
# Create and build modern JavaScript applications with zero initial configuration
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://neutrino.js.org/)
for details on installation, getting started, usage, and customizing.