typescript-package-boilerplate:用于打字稿npm软件包的样板

时间:2021-04-19 02:18:09
【文件属性】:
文件名称:typescript-package-boilerplate:用于打字稿npm软件包的样板
文件大小:60KB
文件格式:ZIP
更新时间:2021-04-19 02:18:09
TypeScript 打字稿包装样板 此仓库包含用于设置npm软件包的样板。 工具 打字稿 VSCode ESLint 更漂亮 笑话 JSDoc 用法 # Clone this repo to start your project git clone git@github.com:wlaeri/typescript-package-boilerplate.git # Change your working directory to the project root cd ./typescript-package-boilerplate # Reset the project's git history rm -rf .git && git init # Add your project's remote origin git remote add origin YOUR_PROJECT_GIT_URL 安装
【文件预览】:
typescript-package-boilerplate-main
----src()
--------index.ts(24B)
--------math()
----.vscode()
--------extensions.json(182B)
--------settings.json(463B)
----scripts()
--------package.ts(756B)
----.npmignore(62B)
----config()
--------.eslintrc.json(1KB)
--------tsconfig.build.json(265B)
--------jest.unit.js(163B)
--------jest.base.js(434B)
--------jest.integration.js(108B)
--------.prettierrc.json(60B)
--------tsconfig.json(410B)
----LICENSE(1KB)
----__tests__()
--------sum.test.ts(129B)
----README.md(793B)
----.editorconfig(131B)
----.gitignore(41B)
----package-lock.json(299KB)
----package.json(2KB)

网友评论