https://github.com/barelyhuman/pkg
https://github.com/barelyhuman/pkg
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/barelyhuman/pkg
- Owner: barelyhuman
- Created: 2021-02-04T01:08:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T17:55:15.000Z (about 2 years ago)
- Last Synced: 2025-04-15T02:12:59.440Z (8 months ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-pkg
Simple template to create an NPM package.
The following is handled for you.
- Bundling
- Typegen from JSDoc
- A loose typescript config
- a test runner
- CI/CD for tests and package publishing ( Dual Channel => Beta / Release )