Lazuli
An Amazon product importer
Table of Contents
- What the fuck is this?
- Usage
- Installation
What the fuck
This is an repository that is intended for transforming an Amazon products into an Jekyll post.
Usage
First of all you need to create an config file located at your home directory.
$ cat ~/.lazuli.conf
Then run following command
lazuli
Installation
- You need to have ruby installed.
- Download the latest gem from the release page.
$ cd ~/Downloads
$ gem install --local lazuli
If this does not work try it with sudo privileges.