@vivareal/javascript-utils
v1.10.5
Published
A set of javascript utilities
Downloads
397
Maintainers
Keywords
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 lib 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