Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raulanatol/assertnv
- Owner: raulanatol
- Created: 2021-05-31T17:15:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T14:42:34.000Z (over 3 years ago)
- Last Synced: 2024-10-14T01:42:56.172Z (3 months ago)
- Language: TypeScript
- Size: 251 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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
```