golfbot:我的golfbot cli

时间:2024-04-14 18:51:19
【文件属性】:

文件名称:golfbot:我的golfbot cli

文件大小:16KB

文件格式:ZIP

更新时间:2024-04-14 18:51:19

JavaScript

golfbot CLI golfbot的CLI。 :check_mark_button: 先决条件 你会需要... Node.js 14+ OSX:使用brew install node Linux: apt install nodejs ( )或pacman -S nodejs (Arch Linux) Windows: :package: 安装 请在.env.sample文件中输入您的帐户详细信息,然后重命名为.env 运行npm link以便在您的命令行中识别我们的新应用 :electric_plug: 跑 在config.js设置所需的时间和课程 通过运行golfbot尝试 :robot: 部署 每天早晨,我们将使用cron来运行它。 启动一个新的crontab任务crontab -e 输入0 6 * * * cd ~/documents/golfbot && golfbot并保存 利润 :pill: 测试与代码质量 待定 :red_heart: 建于 框架 执照 麻省理工


【文件预览】:
golfbot-main
----bin()
--------golfbot(114B)
----docs()
--------commands.md(71B)
--------plugins.md(1KB)
----package.json(950B)
----readme.md(1KB)
----.sample.env(66B)
----__tests__()
--------cli-integration.test.js(794B)
----LICENSE(1KB)
----src()
--------config.js(914B)
--------extensions()
--------commands()
--------templates()
--------prep-response.js(6KB)
--------gfx.js(2KB)
--------day-preference.js(1KB)
--------date-helpers.js(583B)
--------scanner.js(7KB)
--------cli.js(861B)
----.gitignore(82B)

网友评论