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
- Host: GitHub
- URL: https://github.com/matsubara0507/repomoving
- Owner: matsubara0507
- License: mit
- Created: 2020-05-28T06:29:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T09:46:18.000Z (about 6 years ago)
- Last Synced: 2025-02-02T18:47:00.974Z (over 1 year ago)
- Topics: haskell-application
- Language: Haskell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```