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.
13 lines
506 B
13 lines
506 B
8 years ago
|
# 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
|
||
|
|
||
|
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 %}
|