ahmadnassri / node-har-validator

Extremely fast HTTP Archive (HAR) validator using JSON Schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate Repos for library and CLI

MarkHerhold opened this issue · comments

Having this library do two jobs (a validation library and a CLI) adds a lot of dependencies that are useless when used as a library (chalk and commander). Ideally there would be a module for each.

I have been thinking about the same thing actually... agreed.

removed in v4.0.0 and new package available: har-cli which will include more CLI utilities soon as well!