项目作者: shihanng

项目描述 :
A docker image for csvs-to-sqlite https://github.com/simonw/csvs-to-sqlite.
高级语言: Shell
项目地址: git://github.com/shihanng/csvs-to-sqlite-docker.git
创建时间: 2020-06-28T23:13:10Z
项目社区:https://github.com/shihanng/csvs-to-sqlite-docker

开源协议:Apache License 2.0

下载


csvs-to-sqlite-docker

Tests
GitHub
GitHub tag (latest SemVer pre-release)
Docker Image Size (latest semver)

Docker Image for csvs-to-sqlite.

Usage

  1. docker run --rm \
  2. -v $(pwd):/app \
  3. shihanng/csvs-to-sqlite:1.0.0 \
  4. --help

Releases

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.

Running tests locally

Prerequisite

  1. npm install
  2. npm test