https://github.com/umbrellio/dated-cli
Yarn outdated wrapper with notification
https://github.com/umbrellio/dated-cli
Last synced: about 1 year ago
JSON representation
Yarn outdated wrapper with notification
- Host: GitHub
- URL: https://github.com/umbrellio/dated-cli
- Owner: umbrellio
- License: mit
- Created: 2019-12-03T09:29:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T01:48:47.000Z (over 4 years ago)
- Last Synced: 2025-03-31T12:57:50.358Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dated
Yarn outdate wrapper with notification
## Configuration
Configuration file must be located in your project's root and named `.dated.json`.
Possible options:
```json
{
"name": null,
"webhook": null,
"channel": null,
"days": 7,
"debug": false,
"allowFailure": true,
"versionThreshold": "",
"ignorePackages": [],
"importantPackages": [],
"cacheFile": ".dated-cache"
}
```
- `name` – name of your app
- `webhook` – slack/mattermost webhook url
- `channel` – slack/mattermost channel name
- `days` – period of notifications (0 means every time)
- `debug` – turn on/off debug messages in console
- `allowFailure` – fail or not when there are outdated packages
- `versionThreshold` – check versions outdated by treshold ("major|minor|patch")
- `ignorePackages` – packages that will be ignored during check outdated
- `importantPackages` – packages that will be printed in result message
- `cacheFile` – cache file path
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/dated-cli.
## License
Released under MIT License.
## Authors
Created by [Aleksei Bespalov](https://github.com/nulldef).