我想在npm上创建并发布一个脚本,该脚本以类似的方式运行:
npm create qwik@latest或
yarn create next-app --typescript但我不知道怎么开始。我搜索了很多,但没有结果。
请你指出正确的方向好吗?
发布于 2022-11-06 10:24:04
您必须用create-开始您的包的名称
示例:
create-qwikcreate-react-appcreate-next-apphttps://stackoverflow.com/questions/74334613
复制相似问题