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

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


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

circleci jest npm-package rollupjs typescript yarn

Last synced: 3 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`.