https://github.com/huauauaa/cron
CRON 表达式
https://github.com/huauauaa/cron
library typescript vite webcomponents
Last synced: about 1 month ago
JSON representation
CRON 表达式
- Host: GitHub
- URL: https://github.com/huauauaa/cron
- Owner: Huauauaa
- Created: 2023-08-13T17:44:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T19:06:30.000Z (about 2 years ago)
- Last Synced: 2025-08-31T14:58:18.290Z (about 1 month ago)
- Topics: library, typescript, vite, webcomponents
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRON
## Publish
- `npm version`
- `npm run build`
- `npm publish --access=publish`## Usage
```ts
import cron from '@harvey0379/cron'
cron.install()
``````ts
declare module '@harvey0379/cron'
```