Skip to content

RebeccaStevens/template-typescript-node-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for my Node Packages

npm version jsr Version CI Coverage Status
code style: prettier GitHub Discussions BSD 3 Clause license Commitizen friendly semantic-release

Donate

Any donations would be much appreciated. 😄

Enterprise Users

__package_name__ is available as part of the Tidelift Subscription.

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.

Installation

npm

# 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

# 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__