pkg-rename
v0.1.3
Published
A tiny CLI to help you rename your package and publish it to NPM ✨
Readme
A tiny CLI to help you rename your package and publish it to NPM ✨
Usage
# npm
npx pkg-rename@latest --old-name
# pnpm
pnpm dlx pkg-rename@latest --old-name
# bun
bunx pkg-rename@latest --old-name
# deno
deno run -A npm:pkg-rename@latest --old-nameOptions
To see the available options run the command: npx pkg-rename@latest --help
Options:
-V, --version output the version number
-o, --old-name <old-name> The old package name and version that you want to deprecate
-n, --new-name <new-name> The new package name
-m, --message <message> Package deprecation message
-h, --help display help for commandPublished under the MIT license. Made by @selemondev and community 💛
