kumarabhirup / bulk-mail-cli

Do quick, hassle-free email marketing with this small but very powerful tool! 🔥
https://bulkmail.now.sh
GNU General Public License v3.0
121 stars 24 forks source link

bulk-mail-cli v2 #25

Closed kumarabhirup closed 4 years ago

kumarabhirup commented 4 years ago

For a detailed and concise description, see #24...

kumarabhirup commented 4 years ago

I created the boilerplate needed for new devs to collab on bulk-mail-cli! @aorelhas @Rahat-ch @sanfernoronha If you got any questions about code, you can ask 👍

To test what I am up with, clone the branch corresponding to this PR and do the following.

yarn
yarn build:watch

In another terminal tab, start the app!

yarn start:cli # to start the application

To use commands, simply type it after the start command. Like this...

yarn start:cli demo # to download the demo zip file

# AFTER YOU EDIT THE bulkmail.json in the demo...

yarn start:cli --file /path/to/bulkmail.json # attach the demo configuration file

When deployed in production, the commands will be like...

bulkmail demo
bulkmail -f /path/to/bulkmail.json

Hope you like the progress done till here. If you got any questions and suggestions, we can discuss in Slack channel or here.

Also consider reading the code because later we will be working on the same files.

kumarabhirup commented 4 years ago

All the features that bulk-mail-cli-v1 had, are now in the v2...

Also, now you can add attachments to the mail!

You can clone the bulk-mail-cli-v2 branch to see it working!