Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meir017/node-modules-assets-downloader
downloads the release files a https://github.com/sass/node-sass release
https://github.com/meir017/node-modules-assets-downloader
Last synced: 3 days ago
JSON representation
downloads the release files a https://github.com/sass/node-sass release
- Host: GitHub
- URL: https://github.com/meir017/node-modules-assets-downloader
- Owner: Meir017
- License: mit
- Created: 2018-07-24T09:35:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T16:19:26.000Z (about 2 years ago)
- Last Synced: 2024-11-24T20:17:07.283Z (about 2 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-modules-assets-downloader
[![npm version](https://img.shields.io/npm/v/node-modules-assets-downloader.svg?style=flat)](https://www.npmjs.com/package/node-modules-assets-downloader) [![Test cypress](https://github.com/Meir017/node-modules-assets-downloader/actions/workflows/test-cypress.yml/badge.svg)](https://github.com/Meir017/node-modules-assets-downloader/actions/workflows/test-cypress.yml) [![Test node-sass](https://github.com/Meir017/node-modules-assets-downloader/actions/workflows/test-node-sass.yml/badge.svg)](https://github.com/Meir017/node-modules-assets-downloader/actions/workflows/test-node-sass.yml) [![Test playwright](https://github.com/Meir017/node-modules-assets-downloader/actions/workflows/test-playwright.yml/badge.svg)](https://github.com/Meir017/node-modules-assets-downloader/actions/workflows/test-playwright.yml) [![Test electron](https://github.com/Meir017/node-modules-assets-downloader/actions/workflows/test-electron.yml/badge.svg)](https://github.com/Meir017/node-modules-assets-downloader/actions/workflows/test-electron.yml)
downloads the asserts required by node_modules
## Install
```bash
npm install node-modules-assets-downloader -g
```## Usage
```bash
download-node-modules-assets node-sass v4.9.2download-node-modules-assets electron v12.0.8
download-node-modules-assets cypress 7.2.0
download-node-modules-assets playwright 1.11.0
```## supported node_modules
- [node-sass](https://github.com/sass/node-sass)
- [electron](https://github.com/electron/electron)
- [cypress](https://github.com/cypress-io/cypress)
- [playwright](https://github.com/microsoft/playwright)