Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zosman1/the_archiver
Electron: Virtual Machine Storage Utility
https://github.com/zosman1/the_archiver
electron macos utility vm
Last synced: 9 days ago
JSON representation
Electron: Virtual Machine Storage Utility
- Host: GitHub
- URL: https://github.com/zosman1/the_archiver
- Owner: zosman1
- License: agpl-3.0
- Created: 2017-01-04T01:17:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T19:54:27.000Z (about 5 years ago)
- Last Synced: 2024-12-20T23:39:57.776Z (17 days ago)
- Topics: electron, macos, utility, vm
- Language: JavaScript
- Homepage:
- Size: 897 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Archiver [![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com) [![version](https://img.shields.io/badge/version-v0.1.0-red.svg)](https://github.com/zosman1/The_Archiver/releases/tag/v0.1.0-Prototype) [![Build Status](https://travis-ci.org/zosman1/The_Archiver.svg?branch=master)](https://travis-ci.org/zosman1/The_Archiver) [![Dependencies](https://img.shields.io/librariesio/github/zosman1/The_Archiver.svg)](https://libraries.io/github/zosman1/The_Archiver)
> By Zosman
:warning: **This project is deprecated, I am not responsible for any file loss** :warning:
## Summary
This Electron app is designed to move a virtual machine to and from a users external drive to conserve space on the users home drive with minimal effort. This was created in an effort to reduce my own hard drive usage that was taken up by a virtual machine that I only occasionally used.## Development
**You must have npm installed**Clone the repo with `$ git clone [email protected]:zosman1/The_Archiver.git`
Install yarn (optional but recomended) - [Yarnpkg](https://yarnpkg.com/en/docs/install)
If not replace `yarn` with `npm` for the followingFor the following you must be in the `/app` directory
### Install Dependencies```
$ yarn install
```
### Run```
$ yarn start
```
### Build
> Side note, only builds for macOs currently```
$ yarn run build
```
### LicenseAGPL-3.0 © Zosman