文件名称:google-calendar-to-org-mode:用于基于Google日历中的会议创建组织模式文件的CLI
文件大小:60KB
文件格式:ZIP
更新时间:2024-04-14 07:21:25
TypeScript
google-calendar-to-org-mode 用于基于Google日历中的会议创建组织模式文件的CLI 笔记 计划是使用Typescript和框架进行构建。 还可以设置Github Actions来了解兴奋。 发展 使用管理节点环境。 在目录中运行nvm use来设置环境(它使用.nvmrc文件)。 需要在Google控制台中创建OAuth项目。 秘密凭证将进入文件src/secrets.ts ,该文件是通过复制文件src/secrets.ts.template创建的。 不要检查Git的秘密! oclif自述文件 google-calendar-to-org-mode 用于基于Google日历中的会议创建组织模式文件的CLI 用法 $ npm install -g google-calendar-to-org-mode $ google-calendar-to-org-m
【文件预览】:
google-calendar-to-org-mode-main
----.eslintrc(59B)
----.nvmrc(6B)
----bin()
--------run.cmd(31B)
--------run(306B)
----package.json(2KB)
----test()
--------mocha.opts(92B)
--------index.test.ts(407B)
--------tsconfig.json(120B)
----LICENSE(11KB)
----package-lock.json(171KB)
----src()
--------secrets.ts.template(220B)
--------index.ts(2KB)
--------client.ts(3KB)
----tsconfig.json(230B)
----.gitignore(93B)
----README.md(2KB)
----.eslintignore(5B)
----.editorconfig(171B)