Add features list to readme

feature/lookup-installed v0.2.0
trivernis 1 year ago
parent 744f406f57
commit d63d9d8d55
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -53,7 +53,9 @@ jobs:
- uses: vimtor/action-zip@v1
with:
files: target/release/nenv*
files: |
target/release/nenv
target/release/nenv.exe
dest: nenv-${{ runner.os }}.zip
- name: Upload Release Asset

@ -2,6 +2,12 @@
Node environment manager written in rust.
## Features
- Written in fast and safe rust
- Multiple active nodejs versions at the same time
- Configuration for project specific versions with the `engines.node` field in the package.json
- Version matching with semver expressions
## Installation

Loading…
Cancel
Save