gitlo 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,15 @@
1
- <div align="center">
1
+ <div align="left">
2
2
 
3
- # 🗄️ gitlo
3
+ [![gitlo](https://raw.githubusercontent.com/dropocol/gitlo/main/banner.png)](https://github.com/dropocol/gitlo)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/gitlo.svg)](https://www.npmjs.com/package/gitlo)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/gitlo.svg)](https://www.npmjs.com/package/gitlo)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
8
  [![Node.js Version](https://img.shields.io/node/v/gitlo)](https://nodejs.org)
9
9
 
10
- **Backup all your GitHub repositories locally with one command.**
10
+ # gitlo
11
+
12
+ **Backup your GitHub repos. Never lose your code.**
11
13
 
12
14
  Never lose your code to account deletions, suspensions, or unexpected issues.
13
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitlo",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI tool to backup all your GitHub repositories locally",
5
5
  "main": "dist/index.js",
6
6
  "bin": {