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.
# ✨ 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// usageLocal development
Published under the MIT license.
Made by @byronogis and community 💛
🤖 auto updated with automd (last updated: Wed Nov 12 2025)