Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnature/nodemailer-express-extension
https://github.com/dnature/nodemailer-express-extension
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnature/nodemailer-express-extension
- Owner: DNature
- Created: 2019-07-22T21:14:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T23:06:17.000Z (over 2 years ago)
- Last Synced: 2023-03-03T14:33:15.566Z (over 1 year ago)
- Size: 7.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/