All Projects → p-goetz → Arc42 Gradle

p-goetz / Arc42 Gradle

Gradle project template for architecture documentation based on the arc42 template (s. http://www.arc42.de/)

Projects that are alternatives of or similar to Arc42 Gradle

Recyclerviewtemplate
One Template which solves all frequently used RecyclerViews Code Snippets
Stars: ✭ 404 (+4950%)
Mutual labels:  freemarker
Android Studio Mvp Template
Android MVP template for Android Studio
Stars: ✭ 636 (+7850%)
Mutual labels:  freemarker
Springbootcodegenerator
又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL等相关代码.
Stars: ✭ 810 (+10025%)
Mutual labels:  freemarker
Hahu
参照知乎网做的一个简易版问答网站,后台采用Java语言,及Spring,SpringMVC,MyBatis等框架,模版引擎使用FreeMarker。数据库用到MySQL,Redis。
Stars: ✭ 408 (+5000%)
Mutual labels:  freemarker
Android Studio Material Template
A template for Android Studio to create applications with material design and Navigation Drawer.
Stars: ✭ 596 (+7350%)
Mutual labels:  freemarker
Coolmeeting
更多 Java 教程----->
Stars: ✭ 689 (+8512.5%)
Mutual labels:  freemarker
Armscomponent Template
🛠️ 一键搭建 ArmsComponent 快速组件化方案的整体组件架构, 让新手也可以一秒开始组件化项目, 开发神器, 让您一秒起飞, 体验纯傻瓜式的组件化开发, 避免组件化从入门到放弃!
Stars: ✭ 339 (+4137.5%)
Mutual labels:  freemarker
Alfresco Datalist Constraints
Use datalists to maintain Alfresco model constraints
Stars: ✭ 7 (-12.5%)
Mutual labels:  freemarker
Screenshots
Firefox Screenshots: the best way to take screenshots on the web.
Stars: ✭ 609 (+7512.5%)
Mutual labels:  freemarker
Springboot Learning
🚕 spring boot学习案例,方便spring boot 初学者快速掌握相关知识
Stars: ✭ 724 (+8950%)
Mutual labels:  freemarker
Watchdog Framework
🍻 「停止维护」基于SpringBoot+Shiro+Mybatis等开发的轻量级管理系统快速开发脚手架
Stars: ✭ 421 (+5162.5%)
Mutual labels:  freemarker
Fluent Rs
Rust implementation of Project Fluent
Stars: ✭ 503 (+6187.5%)
Mutual labels:  freemarker
Mvparmstemplate
🛠️ A template for Android Studio to create MVPArms and MVPArt Page
Stars: ✭ 697 (+8612.5%)
Mutual labels:  freemarker
Blurts Server
Firefox Monitor arms you with tools to keep your personal information safe. Find out what hackers already know about you and learn how to stay a step ahead of them.
Stars: ✭ 403 (+4937.5%)
Mutual labels:  freemarker
Vs Freemarker
FreeMarker language colorization extension for Visual Studio Code
Stars: ✭ 17 (+112.5%)
Mutual labels:  freemarker
Android Studio Template
a template of model activity|adapter for adnroid studio 。可自定义的activity |adapter模板。
Stars: ✭ 376 (+4600%)
Mutual labels:  freemarker
Freemarker
Apache Freemarker
Stars: ✭ 643 (+7937.5%)
Mutual labels:  freemarker
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+10462.5%)
Mutual labels:  freemarker
Loginandroidstudiotemplate
This template generates code snippets for Login with Presenter, View, Model and Activity classes. Following are the different styles of login fields that are generated from this template.
Stars: ✭ 18 (+125%)
Mutual labels:  freemarker
Fs Blog
个人博客,Spring Boot 开山之作,采用 Spring Boot + MyBatis,前端 Bootstrap + LayUI,支持程序员非常青睐的轻量化的 Markdown 编辑器 Editor.md,支持标签分类检索
Stars: ✭ 700 (+8650%)
Mutual labels:  freemarker

arc42-gradle

Gradle project template for architecture documentation based on the arc42 template (s. http://www.arc42.de/)

Purpose

This Gradle project template contains pre-filled markdown files to document software architecture based on the arc42 template. The markdown files can then be transformed to a HTML site with JBake (http://jbake.org/) to be published.

For simple UML diagrams you can use PlantUML (http://plantuml.sourceforge.net/) files which will be rendered as images during the build process. To do this you need to have installed graphvizdot. If the dot executable is not in your path, please explicitly link it in the build.gradle (see comment in task generatePlantumlImages).

Usage

The markdown input files can be found under src/arc42-markdown. The template file src/jbake/templates/index.ftl used to render the start page of the documentation contains detailed information on the template. Images can be linked using the standard markdown syntax and should be stored under src/arc42-markdown/uml (see example image at Einfuehrung-und-Ziele.md).

The site will be built by executing the command gradle and is stored in the build/jbake directory.

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