# express-get

> Render html and ejs files in one line.

Latest version **1.0.2** (published 2020-08-05) · ISC license · 0 weekly downloads

## Install

```sh
npm install express-get
pnpm add express-get
yarn add express-get
bun add express-get
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-08-05 |
| First published | 2020-08-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Rishikesh Reddy |
| Maintainers | rishikeshreddy |
| Keywords | get, app, route |

## Links

- npm: https://www.npmjs.com/package/express-get
- npm.io page: https://npm.io/package/express-get

## Alternatives

- [express-promise-router](https://npm.io/package/express-promise-router.md) — 736.1K weekly downloads
- [next-usequerystate](https://npm.io/package/next-usequerystate.md) — 29.8K weekly downloads
- [@bitkyc08/opencodex](https://npm.io/package/@bitkyc08/opencodex.md) — 4.6K weekly downloads
- [lynkr](https://npm.io/package/lynkr.md) — 575 weekly downloads
- [baremetal.js](https://npm.io/package/baremetal.js.md) — 42 weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-08-05
- 1.0.1 — 2020-08-05
- 1.0.0 — 2020-08-05

## README

# what is this?

Render ejs and html files in one step.

# Installation

`npm i express-get`

Then...

```
const express = require("express");
const ejs = require("ejs")
const route = require("express-get()")
const app = express()


route.get("/","index",app)


```
## options

For rendering ejs file send the name of the file,
And for an html file send the fileName with extension

* *route.get("/","index",app)*  - _ejs
* *route.get("/","index.html,app")* - _htmlFile

---
_Source: https://npm.io/package/express-get · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
