Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raulanatol/assertnv

Assert node version in your repos
https://github.com/raulanatol/assertnv

Last synced: about 2 months ago
JSON representation

Assert node version in your repos

Awesome Lists containing this project

README

        

# Assert node version

Assert is the node version it's correct in your repositories

## How to install?

```shell
npm install -g assertnv
```

Or if you don't like install

```shell
npx assertnv
```

## How to use

To create a repository configuration (only the first time in your repo):

```shell
assertnv init
```

## How to check

```shell
assertnv
```

or

```shell
assertnv check
```