https://github.com/inloop/linguist-docker
Docker image for linguist
https://github.com/inloop/linguist-docker
Last synced: about 2 months ago
JSON representation
Docker image for linguist
- Host: GitHub
- URL: https://github.com/inloop/linguist-docker
- Owner: inloop
- License: mit
- Created: 2018-03-12T22:02:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T22:55:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T20:42:02.209Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linguist-docker
Docker image for linguist
# Usage
Inside repository folder run this command
```
docker run -v `pwd`:`pwd` -w `pwd` inloopx/linguist linguist --json
```