# dragonnodejs

> Framework to develop modular and testable Node.js applications

Latest version **6.0.0** (published 2015-11-29) · MIT license · 0 weekly downloads

## Install

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

## 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 | 6.0.0 |
| Published | 2015-11-29 |
| First published | 2014-08-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | dragonnodejs |

## Links

- npm: https://www.npmjs.com/package/dragonnodejs
- Repository: https://github.com/dragonnodejs/dragonnodejs
- Homepage: http://github.com/dragonnodejs/dragonnodejs
- Issues: https://github.com/dragonnodejs/dragonnodejs/issues
- npm.io page: https://npm.io/package/dragonnodejs

## Recent versions

- 6.0.0 (latest) — 2015-11-29
- 5.0.1 — 2015-11-02
- 5.0.0 — 2015-11-02
- 4.0.5 — 2015-03-10
- 4.0.4 — 2015-03-06
- 4.0.3 — 2015-02-21
- 4.0.2 — 2015-02-09
- 4.0.1 — 2015-02-09
- 4.0.0 — 2015-02-09
- 3.1.2 — 2015-02-04
- 3.1.1 — 2015-02-04
- 3.1.0 — 2015-01-21
- 3.0.4 — 2015-01-21
- 3.0.3 — 2014-12-20
- 3.0.2 — 2014-12-20
- … 6 more at https://npm.io/package/dragonnodejs/versions

## README

[![Travis CI](https://travis-ci.org/dragonnodejs/dragonnodejs.svg?branch=master "Travis CI")]
 (https://travis-ci.org/dragonnodejs/dragonnodejs)
[![Dependency Status](https://david-dm.org/dragonnodejs/dragonnodejs.svg)](https://david-dm.org/dragonnodejs/dragonnodejs)
[![devDependency Status](https://david-dm.org/dragonnodejs/dragonnodejs/dev-status.svg)](https://david-dm.org/dragonnodejs/dragonnodejs#info=devDependencies)

# DragonNode.js
Framework to develop modular and testable Node.js applications
- Separate configuration and implementation of modules
- Service container to use services from other modules or define new services in the modules
- Allow to mock libraries and services for testing modules as independent units
- Group modules to bundles and share them with other developers

## Getting started
[Understand the concept of DragonNode.js with the first steps how to build an application]
 (https://github.com/dragonnodejs/getting-started)

## Create new App
See: [dragonnodejs/app-skeleton](https://github.com/dragonnodejs/app-skeleton.git)

## Create new Bundle
See: [dragonnodejs/bundle-skeleton](https://github.com/dragonnodejs/bundle-skeleton.git)

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