1.0.1 • Published 4 years ago

gsb-gmail-html v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

📋 Table of contents

  1. Inspiration
  2. How to use
  3. Contributions
  4. License

🤔 Inspiration

In this time of the coronavirus pandemic, students and teachers send several emails daily. So I as a student thought why not create a tool that makes my emails more beautiful.

🚴 How to use

First you need to have Node with NPM or Yarn installed, right after you type in your terminal:

npm install -g gsb-gmail-html

or

yarn global add gsb-gmail-html

Right after the end of the installation, first generate the html file:

gsb-gmail-html init

The tool will create an email.html file and load it in your browser, as you edit this file the changes are automatically reflected in the browser. Right after creating your email use the following command to send:

gsb-gmail-html send

💡 Tip

Use the -html fileName flag to specify which file you want to use.

✍️ Contributions

All kinds of contributions are accepted, so let's collaborate.

📃 License

This project is under the MIT license. See the LICENSE file for more details.