文件名称:tasksfile:用于node.js的简约任务运行器
文件大小:92KB
文件格式:ZIP
更新时间:2024-05-22 09:37:46
TypeScript
任务文件 简约的建筑工具 从版本> = 5开始,RunJS被重命名为Tasksfile。 链接到RunJS版本: : SH prefixTransform 帮助 rawArgs 开始吧 在您的项目中安装taskfile npm install tasksfile --save-dev 在您的根项目目录中创建tasksfile.js : const { sh , cli } = require ( 'tasksfile' ) function hello ( options , name = 'Mysterious' ) { console . log ( `Hello ${ name } !` ) } function makedir ( ) { sh ( 'mkdir somedir' ) } cli ( { hello , makedir } ) 在pa
【文件预览】:
tasksfile-master
----.gitignore(66B)
----.babelrc(66B)
----package.json(2KB)
----tslint.json(322B)
----.npmrc(15B)
----src()
--------index.spec.ts(2KB)
--------index.ts(2KB)
----bin()
--------task.js(341B)
----.travis.yml(54B)
----jest.config.js(646B)
----LICENSE(1KB)
----CHANGELOG.md(6KB)
----tsconfig.json(2KB)
----.prettierrc.json(42B)
----README.md(10KB)
----.npmignore(136B)
----test()
--------e2e.spec.ts(3KB)
--------sandbox()
--------__snapshots__()
----.huskyrc.json(52B)
----yarn.lock(200KB)