Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T06:00:57.000Z (over 5 years ago)
- Last Synced: 2024-11-05T22:46:16.514Z (about 2 months 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
```