Community Presets
A collection of Neutrino presets published on npm. In order to have your preset show up in this list, it must:
- Be published to npm
- Contain the
neutrino-preset
keyword in package.json - Not be deprecated
In addition, your preset should also:
- Have a relevant description
- Use
neutrino
as apeerDependency
to mark which versions of Neutrino your preset supports:
{
"peerDependencies": {
"neutrino": "^8.0.0"
}
}
It should also have a relevant description. If you prefer, you can also add your preset to the neutrino-dev wiki.