文件名称:发现之旅
文件大小:90KB
文件格式:ZIP
更新时间:2024-03-05 01:48:07
TypeScript
ts-project-seed TypeScript种子项目。 用它来支撑TS项目以及正确(确定)设置项目所需的所有工具。 如何使用它 从github克隆 将原点移至种子项目 更改许可证,元数据等,然后开始构建。 git clone https://github.com/metadevpro/ts-project-seed < yourProjectName> cd < yourProjectName> git remote remove origin npm (or yarn) install 特征 提供的脚本: 皮棉 使用tslint整理。 npm run lint 干净的 清除dist/文件夹。 npm run clean 建造 将TS代码转换为dist/文件夹中的JS。 包含地图。 npm run build 连续构建: npm run build:w 丑化 Con
【文件预览】:
a-journey-of-discovery-master
----src()
--------index.ts(71B)
--------.index.spec.ts.swp(32KB)
--------index.spec.ts(8KB)
----.travis.yml(174B)
----tsconfig.json(448B)
----LICENSE(7KB)
----jest.config.js(75B)
----tslint.json(1KB)
----README.md(3KB)
----.editorconfig(328B)
----.gitignore(54B)
----package-lock.json(297KB)
----package.json(2KB)