-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c052db4
commit b4281c4
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Intro | ||
|
||
This package uses [Puppeteer](https://www.npmjs.com/package/puppeteer) to start a headless browser session, which will then log into your account and scan for a search query in your downloadable modules. | ||
|
||
# Installation | ||
|
||
``` | ||
npm install -g opencart-find-module-cli | ||
# or | ||
yarn global add opencart-find-module-cli | ||
``` | ||
|
||
# Usage | ||
|
||
``` | ||
$ opencart-find-module | ||
``` | ||
|
||
# Configuration | ||
|
||
[Configstore](https://www.npmjs.com/package/configstore) is used to store your credentials on your local machine. | ||
|
||
Configuration is stored at `~/.config/configstore/opencart-find-module.json` |