# expgenerator

> A command line tool for setting up boilerplate express servers.

Latest version **1.2.2** (published 2019-09-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install expgenerator
pnpm add expgenerator
yarn add expgenerator
bun add expgenerator
```

Provides the command `egen`.

## 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.2.2 |
| Published | 2019-09-18 |
| First published | 2018-04-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | pkcopley |

## Links

- npm: https://www.npmjs.com/package/expgenerator
- Repository: https://github.com/P-Copley/expressGenerator
- Homepage: https://github.com/P-Copley/expressGenerator#readme
- Issues: https://github.com/P-Copley/expressGenerator/issues
- npm.io page: https://npm.io/package/expgenerator

## Recent versions

- 1.2.2 (latest) — 2019-09-18
- 1.2.1 — 2019-09-18
- 1.2.0 — 2019-09-18
- 1.1.9 — 2019-02-27
- 1.1.8 — 2018-10-17
- 1.1.7 — 2018-10-17
- 1.1.6 — 2018-10-17
- 1.1.5 — 2018-10-17
- 1.1.4 — 2018-10-17
- 1.1.3 — 2018-10-17
- 1.1.2 — 2018-07-11
- 1.1.1 — 2018-07-11
- 1.1.0 — 2018-04-27
- 1.0.11 — 2018-04-27
- 1.0.10 — 2018-04-27
- … 10 more at https://npm.io/package/expgenerator/versions

## README

# expressGenerator

A command line tool for setting up boilerplate express servers.

## Installation

```js
  npm i expgenerator -g
```

## Getting Started

To start a new express project use the terminal command egen.

The command can be used in 2 ways: 

### 1. egen
```
> mkdir newServer
> cd newServer
> egen
```
This will create a new express server in the directory your terminal is in. i.e. the newServer directory in the example above.

### 2. egen <projectName>
  
```

> egen newServer

```

This will create a new directory containing the express server.


Happy Serving!

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