{"id":16373369,"url":"https://github.com/antham/eyuml","last_synced_at":"2026-03-20T13:30:19.435Z","repository":{"id":22414354,"uuid":"25751879","full_name":"antham/eyuml","owner":"antham","description":"Write textual uml diagram from emacs using yuml.me","archived":false,"fork":false,"pushed_at":"2017-04-13T21:41:28.000Z","size":39,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T21:12:17.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/antham.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2014-10-26T00:28:28.000Z","updated_at":"2024-05-17T14:00:19.000Z","dependencies_parsed_at":"2022-08-20T13:50:07.743Z","dependency_job_id":null,"html_url":"https://github.com/antham/eyuml","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/antham%2Feyuml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Feyuml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Feyuml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Feyuml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antham","download_url":"https://codeload.github.com/antham/eyuml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239933634,"owners_count":19720804,"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":[],"created_at":"2024-10-11T03:14:08.189Z","updated_at":"2026-03-20T13:30:18.218Z","avatar_url":"https://github.com/antham.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eyuml [![Build Status](https://travis-ci.org/antham/eyuml.png?branch=master)](https://travis-ci.org/antham/eyuml) [![MELPA](http://melpa.org/packages/eyuml-badge.svg)](http://melpa.org/#/eyuml)\n\nWrite textual uml diagram from emacs using [yuml.me](http://yuml.me)\n\nFrom :\n\n```\n(start)-\u003e(test)-\u003e\u003ca\u003e[yes]-\u003e(action 1)-\u003e(end),\u003ca\u003e[no]-\u003e(action 2)-\u003e(end)\n```\n\nGet :\n\n![alt tag](http://antham.github.io/eyuml/pictures/test.png)\n\n## Features\n\n- Select from various output format to generate diagram : jpg,pdf,png or svg (customize-group: eyuml)\n\n## Getting started\n\n### Dependencies\n\n* s (emacs library)\n* request (emacs library)\n\n### Install\n\nYou can use melpa:\n\n    M-x package-install RET eyuml\n\nor you can pull it from here and you have to add in your emacs config :\n\n```elisp\n(add-to-list 'load-path \"/path/to/eyuml-directory\")\n(require 'eyuml)\n```\n\n### Usage\n\nYou get three functions (for every sort of diagram) that you can map :\n\n```elisp\n(global-set-key (kbd \"C-c a\") 'eyuml-create-activity-diagram)\n(global-set-key (kbd \"C-c c\") 'eyuml-create-class-diagram)\n(global-set-key (kbd \"C-c u\") 'eyuml-create-usecase-diagram)\n```\n\nWrite your diagram in a buffer, save it and run one of this function according to your diagram. As a result, you get a picture next to the place where you recorded your diagram.\n\n### Tests\n\nFirst you need to install cask :\n\n```bash\ncurl -fsSkL https://raw.github.com/cask/cask/master/go | python\n```\n\nAdd cask to your path :\n\n```bash\nexport PATH=$PATH:/home/YOUR_USERNAME/.cask/bin\n```\n\nDownload dependencies using cask :\n\n```bash\nmake downloads\n```\n\nRun tests :\n\n```\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantham%2Feyuml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantham%2Feyuml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantham%2Feyuml/lists"}