Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seia-soto/windows-ltsc-releases
Simple tool to fetch latest download URLs of LTSC and Enterprise releases from Windows Evaluation Center.
https://github.com/seia-soto/windows-ltsc-releases
Last synced: about 2 months ago
JSON representation
Simple tool to fetch latest download URLs of LTSC and Enterprise releases from Windows Evaluation Center.
- Host: GitHub
- URL: https://github.com/seia-soto/windows-ltsc-releases
- Owner: seia-soto
- License: mit
- Created: 2021-03-23T19:17:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T19:50:07.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T20:18:11.857Z (2 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Seia-Soto/Windows-LTSC-Releases
Simple tool to fetch latest download URLs of LTSC and Enterprise releases from Windows Evaluation Center.
## Table of Contents
- [Usage](#usage)
- [LICENSE](#license)----
# Usage
There are few ways to use this package.
## as Binary
Go to releases tab and download right one for you.
We're currently exporting Linux, macOS, Windows binaries.```sh
index-# e.g. index-win.exe ko
```## as File
With Vercel's ncc, we also exported into one file.
Download the file and execute it with your own Node installation.```sh
node index.js
```## as Library
To install this library, use following command:
```sh
yarn add git+https://github.com/Seia-Soto/windows-ltsc-releases
```After install, do following:
```js
const getEnterpriseWinReleases = require('windows-ltsc-releases')getEnterpriseWinReleases()
.then(data => console.log(data))
```# LICENSE
This project is distributed under MIT License.