A docker image for csvs-to-sqlite https://github.com/simonw/csvs-to-sqlite.
Docker Image for csvs-to-sqlite.
docker run --rm \
-v $(pwd):/app \
shihanng/csvs-to-sqlite:1.0.0 \
--help
Image tag matches the version in csvs-to-sqlite. Publishing new GitHub release triggers the build that create and publish new docker image to Docker Hub.
npm install
npm test