Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gyzerok/elm-outdated
Keep your Elm dependencies up-to-date
https://github.com/gyzerok/elm-outdated
elm package-management
Last synced: 2 months ago
JSON representation
Keep your Elm dependencies up-to-date
- Host: GitHub
- URL: https://github.com/gyzerok/elm-outdated
- Owner: gyzerok
- License: bsd-3-clause
- Created: 2017-09-30T15:40:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:28:31.000Z (about 2 years ago)
- Last Synced: 2024-10-01T15:08:39.575Z (3 months ago)
- Topics: elm, package-management
- Language: Elm
- Homepage: https://www.npmjs.com/package/elm-outdated
- Size: 135 KB
- Stars: 34
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-outdated
Small tool to help you keep your Elm dependencies up-to-date. Inspired by `npm outdated`.
### Installation
```
npm i -g elm-outdated
```### Usage
Just run `elm-outdated` in your project directory where `elm.json` or `elm-package.json` is located.
### Example
![Example output](example-output.png)