An open API service indexing awesome lists of open source software.

https://github.com/devhau/npm-package-template


https://github.com/devhau/npm-package-template

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

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

## How to run locally

```zsh
$ 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`.