https://github.com/toyobayashi/evm-windows
An Electron version management utility for Windows, written in VC++.
https://github.com/toyobayashi/evm-windows
cpp electron evm management nvm version-manager versioning windows
Last synced: 2 months ago
JSON representation
An Electron version management utility for Windows, written in VC++.
- Host: GitHub
- URL: https://github.com/toyobayashi/evm-windows
- Owner: toyobayashi
- License: mit
- Created: 2019-04-07T10:43:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T06:00:57.000Z (about 7 years ago)
- Last Synced: 2025-02-15T19:31:27.380Z (over 1 year ago)
- Topics: cpp, electron, evm, management, nvm, version-manager, versioning, windows
- Language: C
- Homepage:
- Size: 933 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EVM for Windows
Electron Version Manager.
``` txt
Usage:
evm version: Displays the current running version of evm for Windows. Aliased as v.
evm arch [ia32 | x64]: Show or set electron arch.
evm mirror [github | taobao | ]: Show or set mirror.
evm path []: Show or set electron directory.
evm cache []: Show or set electron download cache directory.
evm root []: Show or set the directory where evm should store different versions of electron.
evm install [options]
evm list: List the electron installations.
evm use [options]: Switch to use the specified version.
evm uninstall : The version must be a specific version.
Options:
--arch=
--mirror=>
--path=
--cache=
--root=
```
## Quick Start
1. Add evm directory to `%PATH%` manually.
2. Set evm electron path
``` cmd
> evm path D:\Example\electron
```
and add it to `%PATH%` manually.
3. Use evm like nvm.
``` cmd
> evm use 4.1.4
> electron -v
```