create-ihccc

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i create-ihccc

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

55.7 kB

Total Files

4

Last publish

Collaborators

  • ayge