@8base/schema-name-generator

(only user with access to master can release new updates) Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM ``` git add -A git commit

Usage no npm install needed!

<script type="module">
  import 8baseSchemaNameGenerator from 'https://cdn.skypack.dev/@8base/schema-name-generator';
</script>

README

Publish to NPM

(only user with access to master can release new updates) Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM

git add -A
git commit -m 'version update'
npm version [major | minor | patch]