https://github.com/aabuhijleh/createwritestream-electron-test
https://github.com/aabuhijleh/createwritestream-electron-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aabuhijleh/createwritestream-electron-test
- Owner: aabuhijleh
- License: cc0-1.0
- Created: 2020-03-23T08:20:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:31:33.000Z (over 2 years ago)
- Last Synced: 2025-02-05T05:34:22.254Z (4 months ago)
- Language: TypeScript
- Size: 701 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# createWriteStream Test
## How to use?
```sh
# install dependencies
$ npm install# for running a test server
$ npm run serve# compile typescript files
$ npm run compile# watch typescript files for changes (auto compilation)
$ npm run watch# run the app
$ npm start# create distributable packages for specific platforms
$ npm run dist-linux
$ npm run dist-mac
$ npm run dist-windows
```