gitdig
Version:
A simple git tool for documenting and discovering multi-repo projects
78 lines (63 loc) • 3.08 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The home page of the rest-tool utility">
<meta name="author" content="Tamás Benke">
<meta name="Keywords" content="cli, utility, tools, node.js, api, development" />
<link rel="shortcut icon" href="docs/assets/ico/favicon.ico">
<title>gitdig</title>
<!-- Bootstrap core CSS -->
<link href="docs/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="docs/stylesheets/jumbotron-narrow.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="docs/about.html">About</a></li>
<li class="active"><a href="docs/getStarted.html">Get Started</a></li>
<li><a href="docs/documentation.html">Documentation</a></li>
<li><a href="docs/examples.html">Examples</a></li>
<li><a href="docs/getHelp.html">Get Help</a></li>
</ul>
<h3 class="text-muted">gitdig</h3>
</div>
<div class="jumbotron">
<h1>gitdig</h1>
<p class="lead">A simple git tool for documenting and dicovering multi-repo projects. </p>
<p><a class="btn btn-lg btn-success" href="docs/getStarted.html" role="button">Get Started</a></p>
</div>
<div class="row marketing">
<div class="col-lg-6">
<h4>Collect Repository info</h4>
<p>Collect the most important information about the git repositories into a json or yaml file,
for further processing..</p>
<h4>Collect Package info</h4>
<p>Collect package info via downloading package.json (pom.xml, or other package file)</p>
</div>
<div class="col-lg-6">
<h4>List and Check respos</h4>
<p>List and Check repositories via predefined rules, and print problems to the console.</p>
</div>
</div>
<div class="footer">
<p class="copyright">gitdig is maintained by <a href="https://github.com/tombenke">tombenke</a></p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>