Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++.

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
```