typescript-cli-project

时间:2024-05-31 20:36:21
【文件属性】:

文件名称:typescript-cli-project

文件大小:89KB

文件格式:ZIP

更新时间:2024-05-31 20:36:21

JavaScript

打字稿cli项目 这是一个通过TypeScript创建cli工具的示例项目。 如何安装示例CLI $ npm install -g shibayu36/typescript-cli-project $ typescript-cli-project hoge hoge 如果要从本地安装cli,请执行以下命令。 $ git clone https://github.com/shibayu36/typescript-cli-project.git $ cd typescript-cli-project $ npm run build $ npm link 如何建立这个专案 安装依赖项。 # typescript $ npm install --save-dev typescript @types/node # webpack $ npm install --save-dev webpack


【文件预览】:
typescript-cli-project-main
----bin()
--------typescript-cli-project.js(49B)
----renovate.json(821B)
----package.json(1KB)
----.github()
--------workflows()
----.prettierignore(22B)
----jest.config.js(190B)
----tsconfig.typecheck.json(88B)
----LICENSE(1KB)
----package-lock.json(336KB)
----dist()
--------index.js(990B)
----src()
--------index.test.ts(117B)
--------index.ts(179B)
----.eslintrc.js(647B)
----tsconfig.json(393B)
----.gitignore(305B)
----webpack.config.js(402B)
----.prettierrc.js(116B)
----README.md(910B)
----.eslintignore(26B)
----.vscode()
--------settings.json(472B)

网友评论