A simple image to run DLOC
Please, see the LICENSE file.
Just run:
docker run -it --rm -v <your directory>:/code/ sigmainformatique/dloc
It will mount the directory your directory
on the host as /code
inside the container
- To output the available options:
docker run -it --rm sigmainformatique/dloc
- To count lines of code in the current directory:
docker run -it --rm -v $(pwd):/code/ sigmainformatique/dloc .