An open API service indexing awesome lists of open source software.

https://github.com/samifouad/merkato-cli


https://github.com/samifouad/merkato-cli

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

this cli tool helps power the stores that people launch when using the fromafri.ca service

more details to come soon

## installation
install with [npm](https://npmjs.com): ```npm install -g @samifouad/merkato```

install with [bun](https://bun.sh): ```bun add -g @samifouad/merkato```

if don't have a javascript package manager installed, see below for a method that will work for your OS

### [homebrew](https://brew.sh) for macOS & linux

first run: ```brew tap samifouad/merkato```

then run: ```brew install merkato```

### [scoop](https://scoop.sh) for windows

support is planned & coming soon

### dependencies

merkato requires a recent version of [sqlite](https://www.sqlite.org/) installed. if you use homebrew, it will be automatically installed when you run the install command. otherwise check out the sqlite website for [installation guidance](https://www.sqlite.org/download.html).

there are no other dependencies.