Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanjudis/netlify-menubar
Netlify menubar app to receive build information or trigger new builds
https://github.com/stefanjudis/netlify-menubar
electron netlify
Last synced: 19 days ago
JSON representation
Netlify menubar app to receive build information or trigger new builds
- Host: GitHub
- URL: https://github.com/stefanjudis/netlify-menubar
- Owner: stefanjudis
- License: mit
- Created: 2018-11-20T20:52:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:37:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T07:12:50.445Z (about 1 month ago)
- Topics: electron, netlify
- Language: TypeScript
- Homepage:
- Size: 1.67 MB
- Stars: 154
- Watchers: 7
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Netlify Menubar
[![Build Status](https://travis-ci.org/stefanjudis/netlify-menubar.svg?branch=master)](https://travis-ci.org/stefanjudis/netlify-menubar) [![Recent release](https://img.shields.io/github/release/stefanjudis/netlify-menubar.svg)](https://github.com/stefanjudis/netlify-menubar/releases) [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors) [![codecov](https://codecov.io/gh/stefanjudis/netlify-menubar/branch/master/graph/badge.svg)](https://codecov.io/gh/stefanjudis/netlify-menubar)
> See, monitor and controls builds from within your top menubar
![Netlify Menubar UI opened showing the recent builds](./screenshot.jpg)
**🙈 It's my first project in TypeScript – don't judge. 🙈**
## Features
- monitor deploys of a certain site
- get notified when a new deploy is ready
- trigger deploys
- automatic app updates (since Netlify Menubar `1.2.1`)## Installation
Head over to the [releases section](https://github.com/stefanjudis/netlify-menubar/releases) and download the latest `dmg`. The app supports auto-updates so you only have to install it once and then it's rolling.
_Install via `brew cask` is in progress._ :)
## Contribute
You can run Netlify menubar right from your machine. There should be no additional setup required.
```
$ git clone [email protected]:stefanjudis/netlify-menubar.git
$ npm run dev
```## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
| [
Johnny Bell](http://johnnybell.io)
[💻](https://github.com/stefanjudis/netlify-menubar/commits?author=johnnyxbell "Code") | [
Vivian Guillen](http://codequeen.io)
[💻](https://github.com/stefanjudis/netlify-menubar/commits?author=viviangb "Code") [🎨](#design-viviangb "Design") | [
Mike Elsmore](http://elsmore.me)
[💻](https://github.com/stefanjudis/netlify-menubar/commits?author=ukmadlz "Code") | [
Adam Watters](http://adamwatters.nyc)
[💻](https://github.com/stefanjudis/netlify-menubar/commits?author=adamwatters "Code") |
| :---: | :---: | :---: | :---: |This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!