Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`