Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 538 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 538 Bytes

Underline - Utils Library

A library to provide useful functions like lodash

Install

  1. Clone this repo using [email protected]:mcontigo/underline.git
  2. Move to the appropriate directory: cd underline.
  3. Run npm install to install dependencies.
  4. Run npm run build

Lint

  1. Run npm run lint to execute code lint analyser
  2. Run npm run lint:fix try a fix linter errors

Running

  1. Run npm install
  2. Run npm run rollup:build
  3. Run npm run rollup:watch to run the library in watch mode