Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randonia/electroscope
A simple log reader built in Electron
https://github.com/randonia/electroscope
Last synced: about 2 months ago
JSON representation
A simple log reader built in Electron
- Host: GitHub
- URL: https://github.com/randonia/electroscope
- Owner: randonia
- Created: 2017-06-01T18:07:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T22:25:59.000Z (about 2 years ago)
- Last Synced: 2023-08-04T09:36:52.192Z (over 1 year ago)
- Language: JavaScript
- Size: 645 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Log Reader #
## Prerequisites ##
> TODO* node (8.4+)
* npm
* electron-forge## Creating a build ##
> How to create a build for distributionThe `package` script uses `electron-forge` to create a build
**Note:** Remember to bump the version using [SemVer](https://semver.org/) in `package.json` and run `npm install` in your commits prior to reaching this stage.
```shell
$ npm run package
```1. This will build and package a new executable into `out/Logtail-TARGET-ARCH`
1. Zip this up using the naming convention `Logtail-SEMVER-TARGET-ARCH.zip`
* eg: `LogTail-1.2.0-darwin-x64.zip` or `LogTail-1.1.1-win32-x64.zip`
1. Create a new release in Github and attach the new build archives