zeriousify

A module for maintaining adherence to the Zerious Module Standard

Usage no npm install needed!

<script type="module">
  import zeriousify from 'https://cdn.skypack.dev/zeriousify';
</script>

README

Zeriousify

NPM Version Downloads Build Status Code Coverage Dependencies Support

Zeriousify is a Node.js module for ensuring that your package adheres to the Zerious Module Standard (ZMS).

ZMS-compliant modules have:

  • 100% test coverage
  • Consistent code style
  • An API
  • A valid package.json
  • .gitignore and .npmignore
  • The MIT license
  • A README.md with badges
  • A travis.yml

These are simple requirements, and Zeriousify includes tools for testing them. For some of these requirements, Zeriousify can automagically change your package to make it ZMS-compliant.

Contributing

The initial version of Zeriousify is currently in development Contact sameubank at gmail if you would like to help.