All Projects → jhipster → Jdl Studio

jhipster / Jdl Studio

Licence: apache-2.0
JDL Studio is an online JHipster Domain Language visual editor

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Jdl Studio

Vscode Mermaid Preview
Previews Mermaid diagrams
Stars: ✭ 111 (-69.59%)
Mutual labels:  hacktoberfest, uml
Jhipster Dotnetcore
JHipster.NET blueprint
Stars: ✭ 144 (-60.55%)
Mutual labels:  hacktoberfest, jhipster
Materialdesigninxamltoolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
Stars: ✭ 11,603 (+3078.9%)
Mutual labels:  hacktoberfest, design
React Dashboard Design
⚡️ Implement of Vercel's Dashboard design in React
Stars: ✭ 83 (-77.26%)
Mutual labels:  hacktoberfest, design
Wwdc
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
Stars: ✭ 2,561 (+601.64%)
Mutual labels:  hacktoberfest, design
Generator Jhipster Quarkus
Quarkus blueprint for JHipster
Stars: ✭ 85 (-76.71%)
Mutual labels:  hacktoberfest, jhipster
404 Pagenotfound
💥 A curated list of "404 Page Not Found" pages
Stars: ✭ 140 (-61.64%)
Mutual labels:  hacktoberfest, design
Adonis Ui
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
Stars: ✭ 878 (+140.55%)
Mutual labels:  hacktoberfest, design
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+4755.62%)
Mutual labels:  hacktoberfest, design
Resources
This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.
Stars: ✭ 198 (-45.75%)
Mutual labels:  hacktoberfest, design
Generator Jhipster Micronaut
Stars: ✭ 63 (-82.74%)
Mutual labels:  hacktoberfest, jhipster
Prism
Gett's Design System code generator. Use Zeplin Styleguides as your R&D's Single Source of Truth.
Stars: ✭ 308 (-15.62%)
Mutual labels:  hacktoberfest, design
Asciidoctor Kroki
Asciidoctor.js extension to convert diagrams to images using Kroki!
Stars: ✭ 55 (-84.93%)
Mutual labels:  hacktoberfest, uml
Milligram
A minimalist CSS framework.
Stars: ✭ 9,568 (+2521.37%)
Mutual labels:  hacktoberfest, design
Usefonts
A tool to help designers and developers select their perfect fonts. It uses Google Fonts API to fetch the fonts.
Stars: ✭ 29 (-92.05%)
Mutual labels:  hacktoberfest, design
Jhipster Online
JHipster Online lets you generate your JHipster projects through a user friendly web interface.
Stars: ✭ 140 (-61.64%)
Mutual labels:  hacktoberfest, jhipster
Elide
Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort.
Stars: ✭ 766 (+109.86%)
Mutual labels:  hacktoberfest, jpa
Kroki
Creates diagrams from textual descriptions!
Stars: ✭ 774 (+112.05%)
Mutual labels:  hacktoberfest, uml
Bootstrap Italia
Bootstrap Italia è un tema Bootstrap 4 conforme alle linee guida di design per i servizi web della PA
Stars: ✭ 193 (-47.12%)
Mutual labels:  hacktoberfest, design
Svgwave
🌊 SVG Wave is a tiny, free and beautiful SVG gradient waves generator for your UI or website desgin. It offers dead simple UI to customize, and style your waves based on your theme specifications.
Stars: ✭ 255 (-30.14%)
Mutual labels:  hacktoberfest, design

JDL-Studio

Hello, this is JDL-Studio, an online tool for drawing UML diagrams for JHipster based on the JDL syntax. It tries to keep its syntax visually as close as possible to the generated UML diagram without resorting to ASCII drawings.

Created by Deepu KS. Heavily inspired and adapted from nomnoml

JDL-Studio was made possible by these cool projects

Docker image

The official Docker image is available at https://hub.docker.com/r/jhipster/jdl-studio/

You can use JDL-Studio offline with :

docker run --rm -it -p 18080:80 jhipster/jdl-studio

The JDL-Studio should be available at: http://localhost:18080 or http://docker-ip:18080

Web application

The 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).

Interaction

The 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.

syntax

The JDL syntax is explained here

Directives

#arrowSize: 1
#bendSize: 0.3
#direction: down | right
#gutter: 5
#edgeMargin: 0
#edges: hard | rounded
#background: transparent
#fill: #eee8d5; #fdf6e3
#fillArrows: false
#font: Calibri
#fontSize: 12
#leading: 1.25
#lineWidth: 3
#padding: 8
#spacing: 40
#stroke: #33322E
#title: filename
#zoom: 1
#acyclicer: greedy
#ranker: network-simplex | tight-tree | longest-path

Contributing

If you want to contribute to the project more info is available in CONTRIBUTING.md.

Development

This project was bootstrapped with 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.

Deploy to production

In 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

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console. Make sure npm install is run before running npm start

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If 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.

Instead, 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.

You 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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].