0.4.2 • Published 1 year ago

@metricinsights/create-pp-dev v0.4.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@metricinsights/create-pp-dev

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.

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago