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

Simple example of a TypeScript application package. Grabs all images from an HTML URL.

Notifications You must be signed in to change notification settings

DevDungeon/Image-Grabber-TypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple example of a TypeScript application package. Grabs all images from an HTML URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published