Skip to content

koji/npm-package-template

Repository files navigation

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.