https://github.com/rebeccastevens/template-typescript-node-package
https://github.com/rebeccastevens/template-typescript-node-package
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rebeccastevens/template-typescript-node-package
- Owner: RebeccaStevens
- License: bsd-3-clause
- Created: 2023-02-24T04:45:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T05:42:46.000Z (2 months ago)
- Last Synced: 2025-04-01T06:29:02.211Z (2 months ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Template for my Node Packages
[](https://www.npmjs.com/package/__package_name__)
[](https://jsr.io/__package_name__)
[](https://github.com/RebeccaStevens/template-typescript-node-package/actions/workflows/release.yml)
[](https://codecov.io/gh/RebeccaStevens/template-typescript-node-package)\
[](https://github.com/prettier/prettier)
[](https://github.com/RebeccaStevens/template-typescript-node-package/discussions)
[](https://opensource.org/licenses/BSD-3-Clause)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/semantic-release/semantic-release)## Donate
[Any donations would be much appreciated](./DONATIONS.md). 😄
### Enterprise Users
`__package_name__` is available as part of the [Tidelift Subscription](https://tidelift.com/funding/github/npm/__package_name__).
Tidelift is working with the maintainers of `__package_name__` and a growing network of open source maintainers
to ensure your open source software supply chain meets enterprise standards now and into the future.
[Learn more.](https://tidelift.com/subscription/pkg/npm-__package_name__?utm_source=npm-__package_name__&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)## Installation
### npm
```sh
# Install with npm
npm install __package_name__# Install with pnpm
pnpm add __package_name__# Install with yarn
yarn add __package_name__# Install with bun
bun add __package_name__
```### jsr
```sh
# Install in a node project
npx jsr add __package_name__# Install in a deno project
deno add jsr:__package_name__# Install in a bun project
bunx jsr add __package_name__
```