Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alternatelabs/void-browser-extension
https://github.com/alternatelabs/void-browser-extension
bookmarklet chrome-extension firefox-extension react reactjs
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alternatelabs/void-browser-extension
- Owner: alternatelabs
- Created: 2018-04-20T15:10:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:42:54.000Z (about 2 years ago)
- Last Synced: 2024-11-16T11:13:57.054Z (3 months ago)
- Topics: bookmarklet, chrome-extension, firefox-extension, react, reactjs
- Language: TypeScript
- Homepage: https://voidapp.co
- Size: 2.72 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Void browser extension
> Browser extension and bookmarklet app for [Void](https://voidapp.co)
## Creating a release
0. Increment version in `public/manifest.json`
```bash
$ git tag v1.0.2
$ git push --tags
```1. Create a fresh build
```bash
$ yarn build
```2. Go into the build/ dir
```bash
$ cd build/
```3. Use archiver to zip up all the files in build folder.
4. Upload this zip to [Chome developers store](https://chrome.google.com/webstore/developer/edit/ibhdpomfalkdcjnmoicdjleclagcifnl)
5. Upload to [mozilla add ons](https://addons.mozilla.org/en-US/developers/addons)
```
Put link to https://github.com/alternatelabs/void-browser-extension in **Notes for Reviewer**
```6. Open xcode project for Safari extension.
- Remove references to files under "Void Extension -> Resources".
- Then drag in all files from `build` folder to that location.
- "Product -> Archive"
- Distribute as Developer ID and download the package.
- Compress Void icon and upload to s3## Build Setup
```bash
# install dependencies
yarn install# serve with hot reload at localhost:3080
yarn start# build for production with minification
yarn build
```## Built With
* [React](https://reactjs.org/)
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details