cavoq / egen

CLI Tool for email analysis and generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egen

license version build

CLI Tool for email analysis and generation.

Developer Notes

You need to install Cake to run the build script. You can install it with the following command:

dotnet tool install -g Cake.Tool --version 3.1.0

Running the build script

To run the build script, run the following command:

dotnet cake --target <target>

Available targets

  • Default - Runs the CLI tool.
  • Build - Builds the CLI tool.
  • Run - Runs the CLI tool.
  • Clean - Cleans build.
  • Test - Runs tests.
  • docker-build - Builds the docker image.
  • docker-run - Shells into the docker container.

About

CLI Tool for email analysis and generation.

License:BSD 2-Clause "Simplified" License


Languages

Language:C# 99.0%Language:Dockerfile 1.0%