Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.2

download-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)