https://github.com/f/kurye
GitHub Project Cloner for Boilerplate Projects
https://github.com/f/kurye
Last synced: 8 months ago
JSON representation
GitHub Project Cloner for Boilerplate Projects
- Host: GitHub
- URL: https://github.com/f/kurye
- Owner: f
- Created: 2014-10-15T09:01:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T12:54:42.000Z (over 11 years ago)
- Last Synced: 2024-10-06T19:34:21.775Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kurye: GitHub Project Cloner for Boilerplate Projects
Kurye clones boilerplate repositories and runs specified commands on the `.kurye` file.
By default it clones the repo as `upstream` origin.
## Install
```bash
pip install kurye
```
---
## Usage
```bash
kurye user/repo
```
#### Change project name
```bash
kurye user/repo -n PROJECT_NAME
```
#### Do not run `.kurye` file on the project.
```bash
kurye user/repo --noboot
```
#### Remove `.git` folder after clone
```bash
kurye user/repo --nogit
```
#### Change origin name (`upstream` by default)
Using this with `--nogit` option won't make sense.
```bash
kurye user/repo -o ORIGIN_NAME
```
#### Change base directory
```bash
kurye user/repo -b ~/MyProjects
```
## License
MIT.
## Name
Thanks [@emre](https://github.com/emre) for the cool name.