https://github.com/cmdcolin/npm-package-tutorial
https://github.com/cmdcolin/npm-package-tutorial
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmdcolin/npm-package-tutorial
- Owner: cmdcolin
- Created: 2021-12-31T23:19:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T19:43:53.000Z (over 3 years ago)
- Last Synced: 2025-04-12T10:05:32.900Z (about 1 year ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-package-tutorial
Example from https://cmdcolin.github.io/posts/2021-12-31-npm-package
## Features
- Makes clean build before running yarn build or yarn publish
- Pushes to github after publish
- Uses ts-jest for testing
- Uses esm modules