Skip to content

Latest commit

 

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Build Automation Tools

Build Status Coverage Status Dependency Status

Compile the lib into the ./dist folder:

npm run build

Find problematic patterns in code using ESLint and Prettier by following Airbnb Style Guide:

npm run lint

Run unit tests using Jest:

npm run test