# generator-reddgen

> Reddgen is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.

Latest version **7.9.4** (published 2022-12-06) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install generator-reddgen
pnpm add generator-reddgen
yarn add generator-reddgen
bun add generator-reddgen
```

Provides the command `reddgen`.

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 7.9.4 |
| Published | 2022-12-06 |
| First published | 2022-03-29 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | ^12.20.0 \|\| ^14.13.1 \|\| >=16.0.0 |
| Dependencies | 37 |
| Unpacked size | 8.6 MB |
| Known vulnerabilities | 0 (+42 in 10 direct dependencies) |
| Install scripts | no |
| Author | Sahin Guney |
| Maintainers | sahinguney |
| Keywords | yeoman-generator, Java, Spring, Spring Boot, Spring Security, JPA, Hibernate, React, Angular, Vue, Twitter Bootstrap, Webpack, Docker, JDL |

## Links

- npm: https://www.npmjs.com/package/generator-reddgen
- Repository: https://github.com/reddgen/generator-reddgen
- Homepage: https://www.reddgen.tech/
- Issues: https://github.com/reddgen/generator-reddgen/issues
- Funding: https://reddlyne.com/generator-reddgen
- npm.io page: https://npm.io/package/generator-reddgen

## Dependencies (37)

- [ejs](https://npm.io/package/ejs.md) 3.1.8
- [conf](https://npm.io/package/conf.md) 10.2.0
- [glob](https://npm.io/package/glob.md) 8.0.3
- [uuid](https://npm.io/package/uuid.md) 8.3.2
- [axios](https://npm.io/package/axios.md) 0.27.2
- [chalk](https://npm.io/package/chalk.md) 4.1.2
- [debug](https://npm.io/package/debug.md) 4.3.4
- [lodash](https://npm.io/package/lodash.md) 4.17.21
- [semver](https://npm.io/package/semver.md) 7.3.7
- [aws-sdk](https://npm.io/package/aws-sdk.md) 2.1204.0
- [insight](https://npm.io/package/insight.md) 0.11.1
- [js-yaml](https://npm.io/package/js-yaml.md) 4.1.0
- [p-queue](https://npm.io/package/p-queue.md) 6.6.2
- [randexp](https://npm.io/package/randexp.md) 0.5.3
- [shelljs](https://npm.io/package/shelljs.md) 0.8.5
- [winston](https://npm.io/package/winston.md) 3.8.1
- [prettier](https://npm.io/package/prettier.md) 2.7.1
- [progress](https://npm.io/package/progress.md) 2.0.3
- [commander](https://npm.io/package/commander.md) 9.4.0
- [minimatch](https://npm.io/package/minimatch.md) 5.1.0
- [os-locale](https://npm.io/package/os-locale.md) 5.0.0
- [pluralize](https://npm.io/package/pluralize.md) 8.0.0
- [chevrotain](https://npm.io/package/chevrotain.md) 10.3.0
- [didyoumean](https://npm.io/package/didyoumean.md) 1.2.2
- [simple-git](https://npm.io/package/simple-git.md) 3.13.0
- [p-transform](https://npm.io/package/p-transform.md) 1.3.0
- [isbinaryfile](https://npm.io/package/isbinaryfile.md) 4.0.10
- [then-request](https://npm.io/package/then-request.md) 6.0.2
- [mem-fs-editor](https://npm.io/package/mem-fs-editor.md) 9.5.0
- [normalize-path](https://npm.io/package/normalize-path.md) 3.0.0
- [@faker-js/faker](https://npm.io/package/@faker-js/faker.md) 5.5.3
- [parse-gitignore](https://npm.io/package/parse-gitignore.md) 2.0.0
- [yeoman-generator](https://npm.io/package/yeoman-generator.md) 5.7.0
- [yeoman-environment](https://npm.io/package/yeoman-environment.md) 3.12.0
- [escape-string-regexp](https://npm.io/package/escape-string-regexp.md) 4.0.0
- [prettier-plugin-java](https://npm.io/package/prettier-plugin-java.md) 1.6.2
- [prettier-plugin-packagejson](https://npm.io/package/prettier-plugin-packagejson.md) 2.2.18

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 7.9.4 (latest) — 2022-12-06
- 7.9.3 — 2022-11-24
- 7.8.1 — 2022-04-15
- 7.7.3 — 2022-03-29
- 7.7.2 — 2022-03-29
- 7.7.1 — 2022-03-29

## README

# REDDGEN

## Description
Reddgen is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.

<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li><a href="#getting-started">Getting Started</a></li>
    <li><a href="#dependencies">Dependencies</a></li>
    <li>
        <a href="#usage">Usage</a>
        <ul>
            <li><a href="#run-with-npm">Run with npm</a></li>
            <li><a href="#run-with-docker">Run with docker</a></li>
        </ul>
    </li>
    <li><a href="#development">Development</a></li>
  </ol>
</details>

## Getting Started

### Dependencies

* Java 
* Git 
* Node.js

### Usage

#### Run with npm

* Install
````sh
npm i -g generator-reddgen
```` 

* Create a new directory and go into it
````sh
mkdir my-reddgen-app && cd my-reddgen-app
```` 

* Run reddgen and follow instructions on screen
````sh
reddgen
```` 

#### Run with docker
* Create a new directory and go into it
````sh
mkdir my-reddgen-app && cd my-reddgen-app
```` 

* Create docker container

````sh
docker container run --rm --name reddgen \
-v $(PWD):/home/reddgen/app -v ~/.m2:/home/reddgen/.m2 \
-t -d registry.gitlab.com/reddlyne-dev/reddgen/generator-reddgen:latest
````

* Run reddgen and follow instructions on screen
````sh
docker exec -it reddgen reddgen
```` 

* Stop
````sh
docker kill reddgen
````

#### Development

* Install
````sh
npm install
```` 

* Link
````sh
npm link
```` 

* Create a new directory and go into it
````sh
mkdir my-reddgen-app && cd my-reddgen-app
```` 

* Run reddgen and follow instructions on screen
````sh
reddgen
````

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