Skip to content

iloveitaly/typescript-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Package Readme Tags / Badges

[![Last version](https://img.shields.io/github/tag/USERNAME/REPO.svg?style=flat-square)](https://www.npmjs.org/package/better-node-inspect)
[![NPM Status](https://img.shields.io/npm/dm/REPO.svg?style=flat-square)](https://www.npmjs.org/package/REPO)
![GitHub CI Status](https://github.com/USERNAME/REPO/actions/workflows/build_and_publish.yml/badge.svg)

You can copy this template to your clipboard and fill it out using:

GH_USERNAME=$(gh repo view --json owner --jq '.owner.login' | tr -d '[:space:]')
GH_REPO=$(gh repo view --json name --jq '.name' | tr -d '[:space:]')
TEMPLATE=$(pbpaste)

TEMPLATE=${TEMPLATE//GHUSERNAME/$GH_USERNAME}
echo "${TEMPLATE//GHREPO/$GH_REPO}"

OIDC NPM Publishing

Ex link:

https://www.npmjs.com/package/analytics-plugin-rewardful/access

Publishing with Bun

It does not work with OIDC.

However, you can build with BUN and then publish with NPM. Note that the latest version of NPM is required as of 2025-11-27

About

TypeScript NPM package template

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published