@eventfarm/create-cio-account-shared

Shared helpers for the Create CIO Account

Usage no npm install needed!

<script type="module">
  import eventfarmCreateCioAccountShared from 'https://cdn.skypack.dev/@eventfarm/create-cio-account-shared';
</script>

README

Create CIO Account [Shared]

This shared module is basically just the validation function that is shared between the server and client for an exactly equal validation experience.

Usage

npm install --save @eventfarm/create-cio-account-shared

Updating

If you find yourself in need of updating this, the first thing you need to do is go ahead and make the code changes. Once your done with that, increment the version in the package.json file.

// package.json

-  "version": "0.1.6",
+  "version": "0.1.7",

Publishing

You'll need to be logged into npm and configured with write access to the @eventfarm team.

npm run package

VoilĂ  it is published.