File README.md

Last commit: Tue Nov 26 23:26:36 2024 +0100	Jan Dankert	New: Creating a project website
1 # DIT ("Deliver it") 2 3 DIT is a batch tool for delivering software 4 5 ## Features 6 7 - Build website for project 8 - Pushing to remote repositorys 9 - Build docker images 10 11 ## Install 12 13 Install a global GIT hook 14 15 16 ## Documentation 17 18 Every project may contain a file named `.dit.yml`, which should have values like: 19 ``` 20 name: "your project name" 21 description: "a brief description of your project" 22 email: "yourmail@example.com" 23 24 public: true 25 ```
Download README.md
History Tue, 26 Nov 2024 23:26:36 +0100 Jan Dankert New: Creating a project website Sun, 12 May 2024 19:53:02 +0200 Jan Dankert first edition of DIT, the delivery expert.