Simple implementation of a TypeScript application. Given a URL, downloads all images found.
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
Compile with:
npm run build
# or
npm run watch
Clean with:
npm run clean
Install from source with:
npm install ./<dir_name>
First make changes and update version number.
Rebuild files with:
npm run build
Login to npm:
npm login
Push to npm:
npm publish
https://github.com/DevDungeon/Image-Grabber-TypeScript
https://www.npmjs.com/package/imagegrabber
Live stream of coding this project: https://www.youtube.com/watch?v=zD-3HVbWvsU