https://github.com/samifouad/merkato-cli
https://github.com/samifouad/merkato-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samifouad/merkato-cli
- Owner: samifouad
- Created: 2024-08-20T06:15:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T06:49:01.000Z (9 months ago)
- Last Synced: 2025-02-19T21:57:56.786Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.