Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam4x/watchdeps-menubar
Menubar application watches for your `package.json` outdated libraries
https://github.com/iam4x/watchdeps-menubar
Last synced: 19 days ago
JSON representation
Menubar application watches for your `package.json` outdated libraries
- Host: GitHub
- URL: https://github.com/iam4x/watchdeps-menubar
- Owner: iam4x
- Created: 2015-10-23T00:40:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T01:09:17.000Z (about 9 years ago)
- Last Synced: 2024-10-28T04:59:57.796Z (2 months ago)
- Language: JavaScript
- Size: 691 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WatchDeps Menubar
> A wonderful OSX menubar watching your **package.json** applications for updates!
> Application written in [ReactJS](https://facebook.github.io/react/) within the [electron](https://github.com/atom/electron) wrapper [menubar](https://github.com/maxogden/menubar).
![WatchDeps Menubar](./example.png)
### Development
* `$ npm install`
* `$ npm run dev`It will start webpack-dev-server with hot-reload and the menubar application.
### Build
* `$ npm run build`
Builds new version into `./release`