@jianxing/auto-check-update
v0.0.10
Published
Automatically checks for updates to your site and notifies you
Downloads
8
Maintainers
Readme
@jianxing/auto-check-update
Automatically checks for updates to your site and notifies you
Install
npm i @jianxing/auto-check-update
Usage
import { start } from '@jianxing/auto-check-update'
// main.js
start({
onNotify() {
// exec your code
return true // Return true to stop checking.
},
time: 2000 // interval
})
License
MIT License © 2024-PRESENT Jianxing Xu