0.0.12 • Published 3 years ago

estame v0.0.12

Weekly downloads
192
License
LGPL-2.1-only
Repository
github
Last release
3 years ago

Introduction

ESTame is an expandable NodeJS web development framework consisting out of multiple modules. The main ESTame module is the core framework that provides the foundation of the famework. The core ESTame module has to be extended with other ESTame modules to provide functionality.

Getting Started

The ESTame module can be installed via NPM:

npm install estame

The ESTame proxy can be loaded from the ESTame module:

const estame = require("estame");

The estame module exports the core dependency proxy that can be extended. The ESTame dependency injection framework is at the core of the extendable nature of the ESTame framework. To read more on how the dependency injection framework, read the documentation here.

ESTame Modules

More modules to be added.

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago