{"id":16716764,"url":"https://github.com/fxfactorial/ez-lectures","last_synced_at":"2025-07-17T03:32:24.545Z","repository":{"id":80245581,"uuid":"113556051","full_name":"fxfactorial/ez-lectures","owner":"fxfactorial","description":"Easily make pretty lecture notes/Presentations, especially for coding. Just provide a JS file and get a self contained HTML file","archived":false,"fork":false,"pushed_at":"2017-12-10T11:00:04.000Z","size":3291,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T09:14:31.295Z","etag":null,"topics":["generate","lectures","slides"],"latest_commit_sha":null,"homepage":"https://hyegar.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fxfactorial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-08T09:20:03.000Z","updated_at":"2017-12-10T12:28:43.000Z","dependencies_parsed_at":"2023-03-12T10:25:24.921Z","dependency_job_id":null,"html_url":"https://github.com/fxfactorial/ez-lectures","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fxfactorial/ez-lectures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxfactorial%2Fez-lectures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxfactorial%2Fez-lectures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxfactorial%2Fez-lectures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxfactorial%2Fez-lectures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxfactorial","download_url":"https://codeload.github.com/fxfactorial/ez-lectures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxfactorial%2Fez-lectures/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265563018,"owners_count":23788631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["generate","lectures","slides"],"created_at":"2024-10-12T21:27:36.089Z","updated_at":"2025-07-17T03:32:24.520Z","avatar_url":"https://github.com/fxfactorial.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ez-lectures\n\nEasily make beautiful lectures!\n\n# Usage\n\nInstall with: \n```\n$ yarn global add @algebr/ez-lectures\n```\n\nor \n```\n$ npm install -g @algebr/ez-lectures\n```\n\n`ez-lectures` uses some sensible defaults for theming\n\n```\n$ ez-lectures --src-slides slides-data.js --watch\n```\n\nBut you can control it as well, see the `--help` flag to get links of\nwhere you can find all the available names for theming.\n\n```\n$ ez-lectures --src-slides slides-data.js --watch --slide-theme solarized --code-theme arduino-light\n```\n\n## Data structures expected for lectures. \n\n```\ntype metadata = {\n  title: string,\n  global_styles: string\n}\n\ntype title_slide = {\n  lecture_name: string\n  location: {presentation_spot: string, geographic_location: string},\n  author: {name: string, twitter: string, github: string},\n  title: string,\n  byline: ?string, \n}\n\ntype slide = {\n  title:string,\n  content: Array\u003c\n    | string \n    | {code: string, programming_language: string}\n    | {link: string}\n  \u003e,\n}\n\n```\n\nSee `example/data.js` for an example of correct slide data input.\n\n```\nez-lectures --src-slides data.js --watch\n```\n\n![](./sky-example.png)\n\n```\nez-lectures --src-slides data.js --watch --slide-theme solarized --code-theme arduino-light\n```\n\n![](./solarized.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxfactorial%2Fez-lectures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffxfactorial%2Fez-lectures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxfactorial%2Fez-lectures/lists"}