git-ripper 1.3.0 → 1.3.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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/git-ripper)
|
|
6
6
|
[](https://github.com/sairajB/git-ripper/blob/main/LICENSE)
|
|
7
|
-
[](https://www.npmjs.com/package/git-ripper)
|
|
8
8
|
[](https://github.com/sairajB/git-ripper/issues)
|
|
9
9
|
[](https://github.com/sairajB/git-ripper/stargazers)
|
|
10
10
|
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { downloadFolder } from './downloader.js';
|
|
|
4
4
|
|
|
5
5
|
const initializeCLI = () => {
|
|
6
6
|
program
|
|
7
|
-
.version('1.3.
|
|
7
|
+
.version('1.3.1')
|
|
8
8
|
.description('Clone specific folders from GitHub repositories')
|
|
9
9
|
.argument('<url>', 'GitHub URL of the folder to clone')
|
|
10
10
|
.option('-o, --output <directory>', 'Output directory', process.cwd())
|