You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
742 B

# 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
8 years ago
In addition, your preset should also:
- Have a relevant description
- Use `neutrino` as a `peerDependency` to mark which versions of Neutrino your preset supports:
```json
{
"peerDependencies": {
"neutrino": "^5.0.0"
}
}
```
It should also have a relevant description. If you prefer, you can also add your preset to the
[neutrino-dev wiki](https://github.com/mozilla-neutrino/neutrino-dev/wiki/Community-Presets).
{% npmsearchlist "keywords:neutrino-preset+not:deprecated" %}{% endnpmsearchlist %}