imagegrabber
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Links

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

Readme

Keywords

none

Package Sidebar

Install

npm i imagegrabber

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

7 kB

Total Files

5

Last publish

Collaborators

  • nanodano