@humansareweak/lightweight-framework
v1.1.4
Published
An ultra lightweight Framework based on Express.JS
Downloads
12
Maintainers
Readme
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.