woodchuck-validator

Forestry Data Conversion and Sanitation - from SilviaTerra

Usage no npm install needed!

<script type="module">
  import woodchuckValidator from 'https://cdn.skypack.dev/woodchuck-validator';
</script>

README

woodchuck-validator

https://www.npmjs.com/package/woodchuck-validator

To publish a new version to npm

npm version patch
npm publish

Which bumps the version number and runs the transpilation from ES6 to regular 'ol javascript behind the scenes before pushing.

As a general point, we should try to keep npm and github master branch in sync. So, be sure to merge in your branch when you publish to npm.

For more, check out https://booker.codes/how-to-build-and-publish-es6-npm-modules-today-with-babel/