update-reminder
```js #!/usr/bin/env node const Reminder = require('./dist');
Last updated 6 years ago by ycjcl868 .
ISC · Original npm · Tarball · package.json
$ cnpm install update-reminder 
SYNC missed versions from official npm registry.
#!/usr/bin/env node
const Reminder = require('./dist');

const reminder = new Reminder({ cwd: process.cwd() });

try {
  reminder.report('@alipay/bigfish');
} catch (_) {
}

Current Tags

  • 1.0.11                                ...           latest (6 years ago)

5 Versions

  • 1.0.11                                ...           6 years ago
  • 1.0.10                                ...           7 years ago
  • 1.0.9                                ...           7 years ago
  • 1.0.8                                ...           7 years ago
  • 1.0.7                                ...           7 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 2
Dependencies (4)
Dev Dependencies (4)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |