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
- Host: GitHub
- URL: https://github.com/koji/npm-package-template
- Owner: koji
- Created: 2021-01-24T15:27:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T22:15:39.000Z (over 4 years ago)
- Last Synced: 2025-03-17T15:06:59.991Z (3 months ago)
- Topics: circleci, jest, npm-package, rollupjs, typescript, yarn
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 19
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.