Skip to content

sharadregoti/cad-creation-automation

Repository files navigation

Cad-Creation-Automation

A simple CLI app that does the following

  • Downloads email attachments from gmail & stores it in the local filesystem as specified by the config file sorted by date
  • Sends email notification if any USB attached to the computer/laptop

Building for windows

64 bit GOOS=windows GOARCH=amd64 go build -o cad-creation-automation.exe

32 bit GOOS=windows GOARCH=386 go build -o cad-creation-automation-32.exe

Linux go build

Running

The binary can only be run where the config & credential & token file is located ./cad-creation-automation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published