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

https://github.com/webmiddle/webmiddle-all

Submodules container for all the webmiddle repositories
https://github.com/webmiddle/webmiddle-all

Last synced: 4 months ago
JSON representation

Submodules container for all the webmiddle repositories

Awesome Lists containing this project

README

          

# webmiddle-all
Submodules container for all the webmiddle repositories

## Installing

```sh
git clone --recurse-submodules https://github.com/webmiddle/webmiddle-all.git
cd webmiddle-all
git submodule foreach --recursive git checkout master

cd webmiddle.org/webmiddle.github.io
git checkout develop
cd -
```