From d63d9d8d55915c47cb0a54e2ba654655ef096ada Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 21 Jan 2023 22:13:44 +0100 Subject: [PATCH] Add features list to readme --- .github/workflows/release.yml | 4 +++- README.md | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4268b79..4432bdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/README.md b/README.md index d2985a1..d1578e0 100644 --- a/README.md +++ b/README.md @@ -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