Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cardomatic

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardomatic - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc