项目作者: schischkin-boilerplate

项目描述 :
Simple console boilerplate which includes Docker, FsUnit, xUnit, Logary and dryloc
高级语言: Shell
项目地址: git://github.com/schischkin-boilerplate/fsharp-console.git
创建时间: 2020-02-15T20:51:26Z
项目社区:https://github.com/schischkin-boilerplate/fsharp-console

开源协议:MIT License

下载


fsharp-console

Simple console boilerplate which includes Docker, FsUnit, xUnit, Logary and dryloc

Requirements

  • Docker

Installation

  1. Build the image
    $ docker build . -f Build.Dockerfile -t fsharp-console-build
  2. Start the container and let it do the magic.
    $ docker run -v $PWD:/app -e PROJECT_NAME=<INSERT YOUR PROJECT NAME HERE> fsharp-console-build