Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tecno14 committed Oct 10, 2021
1 parent 8de1194 commit 1c2dd5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

`using only username`

## Installation
```
npm install @wael14/github_clone_all
```

## Usage
```
const clone_all = require('./github_clone_all');
Expand All @@ -14,7 +20,3 @@ you can put this two line in `file.js` then run it:
node file.js
```

##Installation
```
npm install @wael14/github_clone_all
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wael14/github_clone_all",
"version": "1.0.2",
"version": "1.0.3",
"description": "clone all github repos . tecno 2020 . wael.had.sy@gmail.com",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 1c2dd5b

Please sign in to comment.