An open API service indexing awesome lists of open source software.

https://github.com/sourcepirate/capsule

Save, Download the repos you like in a capsule
https://github.com/sourcepirate/capsule

bookmark python scaffold

Last synced: 4 days ago
JSON representation

Save, Download the repos you like in a capsule

Awesome Lists containing this project

README

          

## Capsule

Store and clone the github repositories you like without any commit history.

## Installation
```
pip install capsule_cli
```

## Usage

```
usage:
Save your favorite repo

capsule

These are the commands:
-----------------------------------------------------
add Adds a new url record to capsule with name
rupture Clones the urls to the specified directory
list List all saved repos

-h for help

positional arguments:
command Subcommand to run

optional arguments:
-h, --help show this help message and exit

```

## Instructions

```
#adding a repo
capsule add https://github.com/facebook/react.git

#rupture a capsule
capsule rupture react

#add help
usage: capsule [-h] [-n NAME] url

#rupture help
usage: capsule [-h] [-b BRANCH] [-rel RELEASE] [-o OUT] [-d DNAME] name

```

## License
MIT