0.0.10 • Published 1 year ago

@jianxing/auto-check-update v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@jianxing/auto-check-update

npm version npm downloads bundle JSDocs

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

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago