skripts:用于项目脚本和配置的CLI

时间:2024-06-12 05:18:49
【文件属性】:

文件名称:skripts:用于项目脚本和配置的CLI

文件大小:149KB

文件格式:ZIP

更新时间:2024-06-12 05:18:49

cli typescript serverless scripts configuration

:scroll: 斯克里普茨 :scroll: 受和启发的用于项目脚本和配置的CLI,可防止您对正在处理的每个项目进行相同的修改。 用法 运行npm install --save-dev skripts来安装CLI。 Usage: skripts [command] [options] Commands: format lint pre-commit test Options: Script-dependent, the args you pass will be forwarded to the respective tool. 在您的package.json文件中使用它: { ... "scripts" : { "format" : "skripts format" "lint" : "skripts lint --fix" , "test" : "s


【文件预览】:
skripts-master
----config.js(42B)
----package.json(2KB)
----test()
--------jest.test.ts(85B)
----prettier.config.js(58B)
----LICENSE(1KB)
----src()
--------utils.ts(2KB)
--------config()
--------scripts()
--------index.ts(1KB)
----.eslintrc.js(49B)
----tsconfig.json(186B)
----.gitignore(80B)
----base-tsconfig.json(397B)
----README.md(2KB)
----yarn.lock(343KB)
----.eslintignore(15B)
----.editorconfig(208B)

网友评论