expressjs

Collection of Expressjs snippets for Atom

amandeepmittal

13,990

4

2.2.0

MIT

GitHub

Expressjs Snippets

A collection of snippets for Express.js. To initiate, you can either use shorthand methods or type an express method and rest will be autocomplete.

apm apm apm

A collection of Expressjs snippets for Atom

Installation

Go to Settings > Install and then search for expressjs under Packages.

After installing this package, please restart Atom Editor.

Snippets Usage

These snippets are for daily use to avoid writing as much as it could the boilerplate code. If you like, to add yours, feel free to contribute.

Common Express Methods:

(es5 versions of methods that use keyword function in place of => functions are suffix by f)

Initializing app variable

Requiring Express

Requiring Express-Session

Commonly used Middleware


Contribute

Pull requests for more snippets are welcome. If you like to add yours, feel free to contribute.

In lieu of a formal style guide, take care to maintain the existing coding style.

Contributors

Copyright (c) Aman Mittal