https://github.com/devhau/npm-package-template
https://github.com/devhau/npm-package-template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devhau/npm-package-template
- Owner: devhau
- License: mit
- Created: 2022-04-06T17:14:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T17:16:47.000Z (about 4 years ago)
- Last Synced: 2025-02-25T06:15:20.566Z (over 1 year ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.