文件名称:appium-base:appium 包的基础
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-24 12:45:26
JavaScript
appium-base
在创建 appium 包时使用它作为基础
指示
# 1/ clone package and delete .git dir
git clone git@github.com:appium/appium-base.git $PACKAGE_NAME
pushd $PACKAGE_NAME
rm -rf .git
# 2/ run the init script passing your package name as argument, then delete the script dir
./scripts/init.js
【文件预览】:
appium-base-master
----.jshintrc(179B)
----scripts()
--------init.js(623B)
----.npmignore(13B)
----LICENSE(590B)
----README.md(490B)
----.gitignore(19B)
----index.js(0B)
----package.json(594B)