@vivareal/javascript-utils

A set of javascript utilities

Usage no npm install needed!

<script type="module">
  import vivarealJavascriptUtils from 'https://cdn.skypack.dev/@vivareal/javascript-utils';
</script>

README

Javascript Utils

A set of javascript utilities

Usage

import utils from '@vivareal/javascript-utils';

OR

import { someModule } from '@vivareal/javascript-utils';

Run it locally

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Running on local machine

yarn dev

Running the tests

yarn test

Build

Build to dist folder

yarn run build

Code Formatting Guidelines

This project relies on prettier to automatically format the code. In the precommit hook, your code will be checked against eslint and prettier rules to avoid sending bad formatted code to production.

Publish a new version

See root's README file