Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taji-taji/duplicategithubrepositoryproject
https://github.com/taji-taji/duplicategithubrepositoryproject
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taji-taji/duplicategithubrepositoryproject
- Owner: taji-taji
- License: mit
- Created: 2021-04-14T12:47:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T00:11:19.000Z (over 3 years ago)
- Last Synced: 2023-04-04T02:41:46.381Z (over 1 year ago)
- Language: Swift
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DuplicateGithubRepositoryProject
This command duplicates a GitHub repository project, **including its cards**.
## Installation
### Homebrew
```sh
$ brew tap taji-taji/duplicate-github-project
$ brew install duplicate-github-project
```### From Source
```sh
$ git clone https://github.com/taji-taji/DuplicateGithubRepositoryProject.git
$ make install
```## Usage
```sh
$ duplicate-github-project --github_access_token xxxxxxx --new_project_name NewProjectName --source_project_number 1 --owner RepositoryOwnerName -repository_name RepositoryName
```You can use the environment variable `GITHUB_TOKEN` instead of the `--github_access_token` option.
```sh
$ GITHUB_TOKEN=xxxxxx duplicate-github-project --new_project_name NewProjectName --source_project_number 1 --owner RepositoryOwnerName -repository_name RepositoryName
```The `--help` option outputs help.
```sh
$ duplicate-github-project --helpUsage: duplicate-github-project [--github_access_token,-t] [--new_project_name,-n] [--source_project_number,-s] [--owner,-o] [--repository_name,-r]
This command duplicates a GitHub repository project, including its cards.
Options:
github_access_token GitHub Access Token
new_project_name Name for duplicated project
source_project_number Project number for source project
owner Owner name for project
repository_name Repository name for project
```## Note
- Only Repository Project is supported.
- Organization Project and User Project are not supported.