/qwerky

Primary LanguageTypeScriptMIT LicenseMIT

Qwerky

An interactive and scriptable web scraper

Developing

Install Node.js and pnpm if you don't already have them:

Building workspace projects

pnpm run -r build

Interactive update with pnpm

The update command can be used interactively and recursively to upgrade project dependencies:

pnpm update --interactive --latest --recursive