create-npm-tspack
v1.0.0
Published
### npm ``` npm create npm-tspack@latest my-first-blog ```
Readme
1、脚手架安装
npm
npm create npm-tspack@latest my-first-blogyarn
yarn create npm-tspack@latest my-first-blogpnpm
pnpm create npm-tspack@latest my-first-blogbun
bunx create-npm-tspack@latest my-first-blog --bun2、打开项目,安装依赖
npm
npm installyarn
yarn installpnpm
pnpm installbun
bun install