文件名称:node-reminders:Node适用于macOS提醒的NodeJS和TypeScript包装器
文件大小:104KB
文件格式:ZIP
更新时间:2024-06-05 22:54:48
macos jxa automation osx nodejs-wrapper
节点提醒 适用于macOS Reminders App的NodeJS和TypeScript包装器。 :fire: 易于使用的界面来创建,检索,更新和删除列表和提醒 :alien_monster: CommonJS和ES6模块 :robot: 可用打字 :top_hat: 基于JXA的Reminders App通信 安装 npm i node-reminders 用法 在带有CommonJSJavaScript或带有ES6模块的TypeScript中使用它。 // with JavaScript const reminders = require ( 'node-reminders' ) ; // with TypeScript import * as reminders from 'node-reminders' ; async function run ( ) { // get lists const lists = await
【文件预览】:
node-reminders-master
----.prettierignore(82B)
----.gitignore(80B)
----tsconfig.json(1KB)
----README.md(7KB)
----.github()
--------ISSUE_TEMPLATE.md(354B)
--------PULL_REQUEST_TEMPLATE.md(261B)
--------CONTRIBUTING.md(257B)
----LICENSE(1KB)
----package.json(4KB)
----tslint.json(996B)
----src()
--------jxa()
--------demos()
--------index.ts(33B)
--------types()
--------lib()
----.npmignore(150B)
----.travis.yml(207B)
----.editorconfig(256B)
----tsconfig.module.json(177B)
----package-lock.json(348KB)