@begit/cli
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@begit/cli", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A CLI for using begit", | ||
@@ -28,3 +28,3 @@ "type": "module", | ||
"tiny-updater": "^3.5.1", | ||
"@begit/core": "0.0.5" | ||
"@begit/core": "0.0.6" | ||
}, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
@@ -52,1 +52,15 @@ # @begit/cli | ||
``` | ||
### Cloning a subdirectory within a repo | ||
Use any of the above options in conjunction with the `--subdir` flag. | ||
```bash | ||
begit Tommypop2/begit --subdir packages | ||
``` | ||
Or, shortened to `-s` | ||
```bash | ||
begit Tommypop2/begit -s packages | ||
``` |
Sorry, the diff of this file is too big to display
146437
66
+ Added@begit/core@0.0.6(transitive)
- Removed@begit/core@0.0.5(transitive)
Updated@begit/core@0.0.6