0.0.0 • Published 5 years ago

lcbo-cli v0.0.0

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

lcbo-cli

:warning: WIP :warning:

A command-line interface for interacting with LCBO API in every possible way.

Usage

Install via NPM:

npm i -g lcbo-cli

Get a store:

lcbo get-store 511

{
  "name": "King & Spadina",
  "

Change output format:

lcbo get-products -q 'peller estates' -f csv > peller-estates-products.csv

You get the idea.