mExport is a command line interface (CLI) for processing and sorting emails.
- Display precise statistics on your emails
- Easily unsubscribe from mailing lists
Available for Windows, MacOs and Linux with NodeJS
npm i -g mexport@VERSION
Or with Docker (linux/amd64, linux/arm/v6, linux/arm/v7)
docker run --rm -v ${PWD}/mexport:/data ealen/mexport:VERSION --help
You can also create an alias
alias mexport='docker run --rm -v /tmp/mexport:/data ealen/mexport:latest'
# With Interactive Mode
mexport login
# Without Interactive Mode
mexport login \
-u, --user [user] \
-p, --password [password] \
-s, --server [server] \
-i, --port [port] \
--secure
mexport synchronize
mexport dashboard
# Example
cd ~
mkdir mexport-dashboard
mexport dashboard -p $PWD/mexport-dashboard
node ./dist/Main.js [command]
-
build
: Build project -
build:watch
: Hot-Reload build -
local
: Install mexport with local project -
test
: Run tests with code coverage -
docker:run
: Run mexport dev tag container with interactive flag -
docker:build
: Build mexport Docker Image with dev tag