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

https://github.com/matsubara0507/repomoving

Moving repositories to other organization
https://github.com/matsubara0507/repomoving

haskell-application

Last synced: about 1 year ago
JSON representation

Moving repositories to other organization

Awesome Lists containing this project

README

          

# repomoving

## Requirement

## Usage

## Build

### Docker

```
$ stack --docker build -j 1 Cabal # if out of memory in docker
$ stack --docker --local-bin-path=./bin install
$ docker build -t matsubara0507/repomoving . --build-arg local_bin_path=./bin
```