Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zys8119/getnv
自动创建或指定版本号获取
https://github.com/zys8119/getnv
Last synced: 10 days ago
JSON representation
自动创建或指定版本号获取
- Host: GitHub
- URL: https://github.com/zys8119/getnv
- Owner: zys8119
- Created: 2023-01-13T03:29:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T03:21:54.000Z (almost 2 years ago)
- Last Synced: 2024-09-04T06:43:55.616Z (2 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# getnv
自动创建或指定版本号获取
## 使用指南
```typescript
import GetNV from "getnv";
GetNV().major()
```