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

https://github.com/josephworks/josephworks

A Repository to JosephWorks' account
https://github.com/josephworks/josephworks

account repository

Last synced: 6 months ago
JSON representation

A Repository to JosephWorks' account

Awesome Lists containing this project

README

          

# josephworks
A Repository with a script that installs all repositories on JosephWorks' account!

```sh
git clone https://github.com/josephworks/josephworks.git && cd josephworks
bash getjosephworks.sh
```

### Update with submodules

```sh
git clone https://github.com/josephworks/josephworks
cd josephworks
git submodule update --init --recursive --jobs 8
```