@77io/sh-script-builder 中文文档教程
sh-script-builder
此 cli 实用程序将 sh 项目目录构建到 .tar 文件中。
全局安装
$ npm install -g @77io/sh-script-builder
通过运行项目结构
此工具以下列方式设置您的项目,以便此实用程序正常工作
- project-name
- index.sh <- entry point for script. invoke modules here
- modules <- put all modules here
- {name}.sh
- …
- assets <- put all required assets here
tar 结构
- project-name.tar
- index.sh <- entry point for the script
- assets <- holds all required assets for the script
调用脚本
$ sh-script-build /path/to/your/project outputName.tgz
更多
你可能也喜欢
- 3ps-node 中文文档教程
- @0xcert/wanchain-order-gateway 中文文档教程
- @2bitlab/stylelint 中文文档教程
- @2ng/state 中文文档教程
- @3kles/kles-simple-table 中文文档教程
- @3yourmind/kotti-ui 中文文档教程
- @4geit/swg-notification-model 中文文档教程
- @5rabbits/eslint-import-resolver-directory-named 中文文档教程
- @a.abunada/expo-location 中文文档教程
- @aaas/file-get 中文文档教程