Skip to content

IhcccJS/create-ihccc

Repository files navigation

create-ihccc

Scaffolding Your Admin Project

Compatibility Note: ihccc 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.

With NPM:

$ npm create ihccc@latest

With Yarn:

$ yarn create ihccc

With PNPM:

$ pnpm create ihccc

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 ihccc + Admin project, run:

# npm 7+, extra double-dash is needed:
npm create ihccc@latest my-app --template ihccc-admin

# yarn
yarn create ihccc my-app --template ihccc-admin

# pnpm
pnpm create ihccc my-app --template ihccc-admin

Currently supported template presets include:

  • ihccc-admin
  • ihccc-server

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

About

Scaffolding Your Admin Project.

Resources

Stars

Watchers

Forks

Packages

No packages published