Skip to content

🚀 The way to create slides when you're in a hurry, but you want them to look good.

Notifications You must be signed in to change notification settings

IgorHalfeld/slidefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slidefy

The way to create slides when you're in a hurry, but you want them to look good.

Installation

Using go get

go get -u github.com/Halfeld/slidefy

or by the binary file

git clone https://github.com/Halfeld/slidefy.git
cd slidefy
./slidefy [flags]

Why?

If you are a lecturer, you have probably done some lecture in a hurry because of the time, but when we do that, the slides become ugly, even doing the basics. So the intent of this package is to create the slides just from a json!

Usage

My json sctruture

[
  {
    "title": "Awesome presentation!",
    "desc": "Oh god this is so good.."
  },
  {
    "title": "Second slide.",
    "desc": "So far, so good.."
  },
  {
    "title": "Awesome end!",
    "desc": "Everything fine."
  }
]

Command line usage

Basic usage

slidefy --json path/to/json.json --pdfoutput path/to/file.pdf

For more

slidefy -h

Final pdf generated...

Pdf Example

TO-DO

  • Support to user give a background path, like png images!
  • Support to another font colors.
  • Support to markers.
  • Support to texts.
  • Support to give images as well.
  • Support to add images on slide.
  • Support to add a config file on home called ~/.slidefy.json, where will existir some flags.

About

🚀 The way to create slides when you're in a hurry, but you want them to look good.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages