Skip to content

byronogis/npm-starter

 
 

pkg-placeholder

npm version npm downloads bundle size install size codecov license

JSDocs

description

Note

Rename packages/pkg-placeholder.

Replace pkg-placeholder, _description_ and byronogis globally to use this template.

This starter recommands using npm Trusted Publisher, where the release is done on CI to ensure the security of the packages.

To do so, you need to run pnpm publish manually for the very first time to create the package on npm, and then go to https://www.npmjs.com/package/<your-package-name>/access to set the connection to your GitHub repo.

Then for the future releases, you can run pnpm run release to do the release and the GitHub Actions will take care of the release process.

Installation

# ✨ Auto-detect
npx nypm install pkg-placeholder

# npm
npm install pkg-placeholder

# yarn
yarn add pkg-placeholder

# pnpm
pnpm add pkg-placeholder

# bun
bun install pkg-placeholder

# deno
deno install npm:pkg-placeholder

Basic Usage

// usage

Contribution

Local development
  • Clone this repository
  • Install the latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run tests using pnpm dev or pnpm test

Sponsors

License

Published under the MIT license. Made by @byronogis and community 💛


🤖 auto updated with automd (last updated: Wed Nov 12 2025)

About

Starter template for TypeScript library

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.0%
  • MDX 2.6%
  • JavaScript 0.4%