Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cardomatic", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"bin": "./bin/cardomatic.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,19 +0,22 @@ | ||
cardomatic | ||
========== | ||
Generates Doman-inspired flashcards for visual (and hopefully not oral) consumption by our little ones. | ||
# cardomatic | ||
Generates Doman-inspired flashcards for visual (and hopefully not oral) consumption by our little ones | ||
How to | ||
------ | ||
1. `npm install -g cardomatic` | ||
2. Create directory that will contain all your CSV files. | ||
3. Each CSV file must contain 2 columns with name & image filename (image must be local, not remote). | ||
## How to | ||
Run: | ||
This is an example: | ||
``` | ||
npm install -g cardomatic | ||
``` | ||
``` | ||
"Elephant","images/elephant.jpg" | ||
"Rabbit","images/rabbit.jpg" | ||
``` | ||
4. Run `cardomatic` in that directory. | ||
5. Marvel at all the generated PDFs in that directory (and then print them). | ||
Then create directory that will contain all your CSV files. | ||
Each CSV file must contain 2 columns with name & image filename (image must be local, not remote). This is an example: | ||
``` | ||
"Elephant","images/elephant.jpg" | ||
"Rabbit","images/rabbit.jpg" | ||
... | ||
``` | ||
Run `cardomatic` in that directory. Once it's done, marvel at all the generated PDFs before printing them. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23
7892