A set of javascript utilities
A set of javascript utilities
``javascript`
import utils from '@vivareal/javascript-utils';
OR
`javascript`
import { someModule } from '@vivareal/javascript-utils';
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.
`sh`
yarn dev
`sh`
yarn test
Build to lib folder
`sh`
yarn run build
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.
See root's README file