email-extract

1.0.2 • Public • Published

Node.js email addresses extractor

Extracts all email addresses from a given file and saves them in a new text file, each on a new line.

Example:

$ email-extract ~/Desktop/file_that_contains_emails.eml

File ~/Desktop/emails-found.txt :

email1@email.it
email2@email.it
...

Install

npm install -g email-extract

Usage

Usage: email-extract [options] <src>

Options:
  -V, --version      output the version number
  -d, --dest <path>  Destination file path, if not set the file will be saved in ./emails-found.txt
  -h, --help         output usage information

Dev

git clone git@github.com:micc83/email-extract.git
cd email-extract
npm install
npm link

Readme

Keywords

none

Package Sidebar

Install

npm i email-extract

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

3.38 kB

Total Files

3

Last publish

Collaborators

  • micc83