{"id":19420615,"url":"https://github.com/karimaziev/quicktype","last_synced_at":"2026-04-12T22:03:44.861Z","repository":{"id":96142414,"uuid":"562975949","full_name":"KarimAziev/quicktype","owner":"KarimAziev","description":"Generate typescript interfaces in Emacs.","archived":false,"fork":false,"pushed_at":"2024-11-09T13:01:19.000Z","size":757,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T18:21:14.981Z","etag":null,"topics":["emacs","emacs-package","quicktype","typescript"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KarimAziev.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-11-07T16:43:12.000Z","updated_at":"2024-11-09T13:01:23.000Z","dependencies_parsed_at":"2024-08-03T09:23:18.036Z","dependency_job_id":"e211a0ae-298b-4e0b-9447-d23d152719fa","html_url":"https://github.com/KarimAziev/quicktype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fquicktype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fquicktype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fquicktype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fquicktype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarimAziev","download_url":"https://codeload.github.com/KarimAziev/quicktype/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599195,"owners_count":19826959,"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":["emacs","emacs-package","quicktype","typescript"],"created_at":"2024-11-10T13:24:19.467Z","updated_at":"2026-04-12T22:03:44.764Z","avatar_url":"https://github.com/KarimAziev.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+AUTHOR: Karim Aziiev\n#+EMAIL: karim.aziiev@gmail.com\n\n* quicktype\n\nEmacs integration for [[https://quicktype.io/][quicktype]].\n\n[[./demo.gif]]\n\n** Requirements\n\n+ Emacs \u003e= 27.1\n+ transient\n+ quicktype\n\n** Installation\n\nFirstly ensure that you have installed ~quicktype~ program.\n\n#+begin_src shell\nnpm i -g quicktype\n#+end_src\n\n*** Manual\n\nDownload the source code and put it wherever you like and add the directory to the load path:\n\n#+begin_src elisp :eval no\n\n(add-to-list 'load-path \"/path/to/quicktype)\n\n(require 'quicktype)\n\n#+end_src\n\n*** With use-package and straight\n\n#+begin_src elisp :eval no\n(use-package quicktype\n  :straight (:repo \"KarimAziev/quicktype\"\n                   :type git\n                   :host github)\n  :commands (quicktype))\n#+end_src\n\n** Usage\n\n*** ~M-x quicktype~\n\nDispatch transient popup with available arguments and execute quicktype.\n\nBy default it will generate types from region or current buffer. You can also specify file, URL, or data directory (option =--src=).\n\n** Customization\n\n*** ~quicktype-src-modes-alist~\nAlist of quicktype languages and modes.\n*** ~quicktype-default-switches~\nAlist of default quicktype switches.\n*** ~quicktype-lang-modes-alist~\nAlist of quicktype languages and modes.\n*** ~quicktype-url-reader~\n~url~ reader should three args - prompt, initial input and history.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fquicktype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimaziev%2Fquicktype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fquicktype/lists"}