Skip to content

Commit 028862f

Browse files
committed
fix: setup package name
1 parent 6cac005 commit 028862f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4+
5+
- [Semantic Versioning Changelog](#semantic-versioning-changelog)
6+
- [1.0.0 (2025-02-18)](#100-2025-02-18)
7+
- [:bug: Fix](#bug-fix)
8+
9+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
10+
111
# Semantic Versioning Changelog
212

313
## 1.0.0 (2025-02-18)

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Recursive clone all projects into a namespace (group) in GitLab Server
2323
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2424
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2525

26+
- [Visão Geral](#vis%C3%A3o-geral)
27+
- [Objetivo](#objetivo)
28+
- [Contexto e Motivação](#contexto-e-motiva%C3%A7%C3%A3o)
2629
- [Instalação](#instala%C3%A7%C3%A3o)
2730
- [Contribuição](#contribui%C3%A7%C3%A3o)
2831
- [Versionamento](#versionamento)
@@ -39,8 +42,12 @@ Recursive clone all projects into a namespace (group) in GitLab Server
3942

4043
## Objetivo
4144

45+
Nesse repositório, apresento para vocês um CLI que facilita o clone de projetos do GitLab de forma recursiva.
46+
4247
## Contexto e Motivação
4348

49+
No dia a dia, muitas vezes precisamos clonar projetos do GitLab para nossa máquina local. Isso pode ser um processo tedioso e repetitivo, especialmente quando precisamos clonar vários projetos em diferentes grupos. Para facilitar esse processo, desenvolvi um CLI que permite clonar projetos do GitLab de forma recursiva.
50+
4451
<p align="right">(<a href="#readme-top">back to top</a>)</p>
4552

4653
# Instalação

0 commit comments

Comments
 (0)