Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dnature/nodemailer-express-extension


https://github.com/dnature/nodemailer-express-extension

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# nodemailer-express-snippet README

## author

-- Divine Nature (https://www.github.com/dnature)

## VS Code nodemailer and express snippets

## Installation

In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.
There you have either the option to show the already installed snippets or install new ones.

## Supported languages (file extensions)

- JavaScript (.js)
- Nodejs

## First Release of version 19.0.0

the snippets are included only to this extension and if you want to use them you have to install it explicitly.

## Usage

When installing the extension React development could be really fun
![nodemailer express](nodemailer.png)

## Snippets

Below is a list of all available snippets and the triggers of each one. The **⇥** means the `TAB` key.

| Trigger | Content |
| ----------: | -------------------------------------------------------------- |
| `!exp→` | Creates ES6+ express snippet and can start server on port 5000 |
| `!expr→` | Require express with router. |
| `!rget→` | Router get method |
| `!rpost→` | Router post method. |
| `!rdel→` | Router delete method. |
| `!exportr→` | Exports Router Method |
| `await→` | Using asyn await function |

---

[nodemailer-express-snippet]: https://github.com/dnature/nodemailer-express-snippet/