Skip to content

A library to provide useful functions like lodash

Notifications You must be signed in to change notification settings

mcontigo/underline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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