1.0.4 • Published 4 years ago

lightweight-framework v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Lightweight Framework

An ultra Lightweight Framework based on Express. It is used to quickly get started with a project and at the same time have an object oriented design pattern, which is also pretty clean. Included is a CLI, the - LWF - cli commands makes it easier to initialize your project and after that even to create specific files. The commands are pretty straight forward and should only save some coding.

Installation

Install this package easily via YARN:

yarn add @humansareweak/lightweight-framework

or alternatively via NPM:

npm install @humansareweak/lightweight-framework

To create a project, just enter

lwf --init

into the console and vóila! Your project has built itself and is now ready for development.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago