Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Latest commit

 

History

History
79 lines (56 loc) · 1017 Bytes

README.md

File metadata and controls

79 lines (56 loc) · 1017 Bytes

Image Grabber (TypeScript)

Simple implementation of a TypeScript application. Given a URL, downloads all images found.

Quick Start

Install from npm with:

  npm install imagegrabber

Run from bin script:

  imagegrabber https://www.devdungeon.com
  # or
  node_modules/.bin/imagegrabber https://www.devdungeon.com

Building from source

Compile with:

  npm run build
  # or
  npm run watch

Clean with:

  npm run clean

Install from source with:

  npm install ./<dir_name>

To push updates

First make changes and update version number.

Rebuild files with:

  npm run build

Login to npm:

  npm login

Push to npm:

  npm publish

Source code

https://github.com/DevDungeon/Image-Grabber-TypeScript

NPM package

https://www.npmjs.com/package/imagegrabber

Links

Live stream of coding this project: https://www.youtube.com/watch?v=zD-3HVbWvsU