{"id":19693825,"url":"https://github.com/jhipster/jdl-studio","last_synced_at":"2025-04-07T21:16:16.802Z","repository":{"id":4145010,"uuid":"52148594","full_name":"jhipster/jdl-studio","owner":"jhipster","description":"JDL Studio is an online JHipster Domain Language visual editor","archived":false,"fork":false,"pushed_at":"2024-09-26T19:47:29.000Z","size":14424,"stargazers_count":405,"open_issues_count":12,"forks_count":113,"subscribers_count":26,"default_branch":"src","last_synced_at":"2024-10-30T00:55:32.462Z","etag":null,"topics":["design","entity-model","hacktoberfest","jdl","jdl-studio","jhipster","jpa","uml"],"latest_commit_sha":null,"homepage":"https://start.jhipster.tech/jdl-studio/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhipster.png","metadata":{"funding":{"open_collective":"generator-jhipster","custom":"https://www.jhipster.tech/sponsors/"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-02-20T10:42:05.000Z","updated_at":"2024-09-26T19:47:32.000Z","dependencies_parsed_at":"2023-12-16T10:00:55.173Z","dependency_job_id":"df5c35bf-592d-4f98-9396-e22f81572fc5","html_url":"https://github.com/jhipster/jdl-studio","commit_stats":{"total_commits":238,"total_committers":22,"mean_commits":"10.818181818181818","dds":"0.39075630252100846","last_synced_commit":"d947aac126b95f0c4edf45523f7c0109eed53da0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhipster%2Fjdl-studio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhipster%2Fjdl-studio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhipster%2Fjdl-studio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhipster%2Fjdl-studio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhipster","download_url":"https://codeload.github.com/jhipster/jdl-studio/tar.gz/refs/heads/src","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247591021,"owners_count":20963254,"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":["design","entity-model","hacktoberfest","jdl","jdl-studio","jhipster","jpa","uml"],"created_at":"2024-11-11T19:18:18.039Z","updated_at":"2025-04-07T21:16:16.767Z","avatar_url":"https://github.com/jhipster.png","language":"TypeScript","funding_links":["https://opencollective.com/generator-jhipster","https://www.jhipster.tech/sponsors/"],"categories":[],"sub_categories":[],"readme":"# JDL-Studio\n\nHello, this is [JDL-Studio](http://www.jhipster.tech//jdl-studio/), an online tool for drawing UML diagrams for [JHipster](http://www.jhipster.tech/) based on the [JDL syntax](http://www.jhipster.tech//jdl). It tries to keep its syntax visually as close as possible to the generated UML diagram without resorting to ASCII drawings.\n\nCreated by [Deepu KS](https://deepu.tech). Heavily inspired and adapted from [nomnoml](https://github.com/skanaar/nomnoml)\n\n### JDL-Studio was made possible by these cool projects\n\n- [nomnoml](https://github.com/skanaar/nomnoml)\n- [dagre](https://github.com/cpettitt/dagre)\n\n## Docker image\n\nThe official Docker image is available at https://hub.docker.com/r/jhipster/jdl-studio/\n\nYou can use JDL-Studio offline with :\n\n```\ndocker run --rm -it -p 18080:80 jhipster/jdl-studio\n```\n\nThe JDL-Studio should be available at: http://localhost:18080 or http://docker-ip:18080\n\n## Web application\n\nThe JDL-Studio web application is a simple editor with a live preview. It is purely client side and changes are saved to the browser's _localStorage_, so your diagram should be here the next time, (but no guarantees).\n\n### Interaction\n\nThe canvas can be panned and zoomed by dragging and scrolling in the right hand third of the canvas. Downloaded image files will be given the filename in the `#title` directive.\n\n### syntax\n\nThe JDL syntax is explained [here](http://www.jhipster.tech//jdl)\n\n### Directives\n\n```\n#arrowSize: 1\n#bendSize: 0.3\n#direction: down | right\n#gutter: 5\n#edgeMargin: 0\n#edges: hard | rounded\n#background: transparent\n#fill: #eee8d5; #fdf6e3\n#fillArrows: false\n#font: Calibri\n#fontSize: 12\n#leading: 1.25\n#lineWidth: 3\n#padding: 8\n#spacing: 40\n#stroke: #33322E\n#title: filename\n#zoom: 1\n#acyclicer: greedy\n#ranker: network-simplex | tight-tree | longest-path\n```\n\n## Contributing\n\nIf you want to contribute to the project more info is available in [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Development\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). There are two important GIT branches. `src` branch holds the source code and all development needs to be done against that branch. `gh-pages` branch holds the deployable static site that is built from `src`.\n\nUse `npm i --legacy-peer-deps` when installing to avoid peer dependency conflicts\n\n## Deploy to production\n\nIn order to deploy to production run `npm run deploy`, this will build the `src` branch and move the assets to the gh-pages branch and push it to GitHub, it will update the `https://www.jhipster.tech/jdl-studio/` version and will create a PR to update the `https://start.jhipster.tech`\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\nMake sure `npm install` is run before running `npm start`\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhipster%2Fjdl-studio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhipster%2Fjdl-studio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhipster%2Fjdl-studio/lists"}