@metricinsights/create-pp-dev

0.4.2 • Public • Published

@metricinsights/create-pp-dev npm package

Scaffolding Your First Portal Page

Compatibility Note: Vite requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

ith NPM:

$ npm create @metricinsights/pp-dev@latest

With Yarn:

$ yarn create @metricinsights/pp-dev

With PNPM:

$ pnpm create @metricinsights/pp-dev

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

# npm 7+, extra double-dash is needed:
npm create @metricinsights/pp-dev@latest my-pp -- --template react

# yarn
yarn create @metricinsights/pp-dev my-pp --template react

# pnpm
pnpm create @metricinsights/pp-dev my-pp --template react

Currently supported template presets include:

  • vanilla
  • vanilla-ts
  • react
  • nextjs

You can use . for the project name to scaffold in the current directory.

Package Sidebar

Install

npm i @metricinsights/create-pp-dev

Weekly Downloads

2

Version

0.4.2

License

ISC

Unpacked Size

193 kB

Total Files

83

Last publish

Collaborators

  • mi.graysonstebbins
  • ruslan.fedorchenko
  • serhii.shpak.metricinsights
  • mi-npm