Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 303 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 303 Bytes

npm-package-template

This is a template for a npm package.
Current src has trim and isOdd/isEven functionality.

How to run locally

$ yarn

# lint
$ yarn lint

# test
$ yarn test

Circle CI

image: cimg/node:15.1
Circle CI image is using npm so need package-lock.json.