Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 259 Bytes

USAGE

# npm 7+, extra double-dash is needed:
npm create shiqi@latest my-app -- --template react-ts

# yarn
yarn create shiqi my-app --template react-ts

# pnpm
pnpm create shiqi my-app --template react-ts
cd my-app
git init
pnpm i
pnpm dev