@porscheofficial/create-techradar
v1.0.4
Published
Scaffold a new technology radar with the Technology Radar Generator in seconds.
Maintainers
Readme
@porscheofficial/create-techradar
Scaffold a new technology radar with the Technology Radar Generator in seconds.
Usage
# npm
npm create @porscheofficial/techradar my-radar
# pnpm
pnpm create @porscheofficial/techradar my-radar
# yarn
yarn create @porscheofficial/techradar my-radar
# bun
bun create @porscheofficial/techradar my-radar(create @porscheofficial/techradar is the package-manager shortcut for the @porscheofficial/create-techradar package — the create- prefix is stripped automatically.)
What it does
- Creates the target directory (must be empty).
- Detects which package manager invoked it (npm, pnpm, yarn, bun) and uses it for everything that follows.
- Looks up the latest
@porscheofficial/porschedigital-technology-radarversion on the npm registry. - Writes a minimal
package.json(private, ESM, withdev/build/validatescripts) and a starterREADME.md. - Installs dependencies.
- Runs
techradar initto copy the starter radar content (markdown blips, config, public assets) into the project. - Initialises a git repository with a single
chore: initial scaffold via @porscheofficial/create-techradarcommit.
Requirements
- Node.js
>=22 - One of: npm, pnpm, yarn, bun
Next steps
cd my-radar
npm run devSee the framework README for everything the resulting project can do.
