Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ull-mii-sytws-2122/gh-cp
gh extension to copy files
https://github.com/ull-mii-sytws-2122/gh-cp
module npm
Last synced: 25 days ago
JSON representation
gh extension to copy files
- Host: GitHub
- URL: https://github.com/ull-mii-sytws-2122/gh-cp
- Owner: ULL-MII-SYTWS-2122
- Created: 2022-08-09T11:35:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T13:45:53.000Z (over 2 years ago)
- Last Synced: 2024-12-13T21:56:03.308Z (26 days ago)
- Topics: module, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@alu0100898293/gh-cp
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh cp
A GitHub CLI extension to copy a file from a GitHub repository locally without cloning the repository.
## Installation
```
gh extension install ULL-MII-SYTWS-2122/gh-cp
npm install @alu0100898293/gh-cp
```## Usage
```
Usage: gh cpOptions:
-v --version output the version number
-h --help display help for command
```
* All arguments are required## Example
```sh
$ gh cp ULL-MII-SYTWS-2122/gh-cp test/test_file.txt .
File test/test_file.txt copied succesfuly$ cat test_file.txt
This is just a text file
```