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.
 

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

In addition, your preset should also:

  • Have a relevant description
  • Use neutrino as a peerDependency to mark which versions of Neutrino your preset supports:
{
  "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.

{% npmsearchlist "keywords:neutrino-preset+not:deprecated" %}{% endnpmsearchlist %}