@loadsmart/utils

[![Coverage Status](https://coveralls.io/repos/github/loadsmart/utils/badge.svg?branch=master&t=rwvbeX)](https://coveralls.io/github/loadsmart/utils?branch=master) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![lerna]

Usage no npm install needed!

<script type="module">
  import loadsmartUtils from 'https://cdn.skypack.dev/@loadsmart/utils';
</script>

README

Loadsmart Utils

Coverage Status License: MIT lerna npm version


Report Bugs Β· Request Feature

Table of Contents

About The Project

A library for using utils at Loadsmart.

Running the project

First of all let's lock your nvm version so it matches the specified in this project

nvm use

The next step is to install the dependencies:

yarn install

The last step is to use Lerna's bootstrap function to install all the inner packages dependencies.

yarn bootstrap

Plugins

package description
πŸ“ž utils-phone-number useful functions for manipulating phone numbers
πŸ“ utils-string useful functions for manipulating string
πŸ§ͺ utils-tests useful functions for tests
πŸ“ utils-measurement useful functions for manipulating measurement
🧳 utils-object useful functions for manipulating objects
πŸ› οΈ utils-function useful functions for handling function
πŸ—ΊοΈ utils-geolocation useful functions for dealing with geolocation data

License

MIT