Print your favorite framework info into cli
Globally run print with npx:
npx @shba007/rcp-tools@latestor
npx @shba007/rcp-tools@latest -f [framework]Options:
-f, --framework prints the framework's logo and details
Use npx @shba007/rcp-tools print --help for more usage info.
Install package:
# ✨ Auto-detect
npx nypm install @shba007/rcp-tools
# npm
npm install @shba007/rcp-tools
# yarn
yarn add @shba007/rcp-tools
# pnpm
pnpm install @shba007/rcp-tools
# bun
bun install @shba007/rcp-toolsImport:
ESM (Node.js, Bun)
import { tools } from "@shba007/rcp-tools";CommonJS (Legacy Node.js)
const { tools } = require("@shba007/rcp-tools");CDN (Deno, Bun and Browsers)
import { tools } from "https://esm.sh/@shba007/rcp-tools";local development
Published under the MIT license.