@loadsmart/utils
v0.3.2
Published
[![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]
Downloads
6
Maintainers
Keywords
Readme
Loadsmart Utils
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 |