@ogaston/lil-express

0.0.3 • Public • Published

Lil Express is currently in beta. Expect more bugs than a final release.

🚀 Get started with Lil Express

Documentation

The Lil-Express is a small repository to use together ExpressJS to get easier to create Controllers and Routes.

It's as simple as:

const express = require('express');

const lil = require('./lil-express')

const authorRoute = lil.createRoute(Author, "Author")

In this case the Author variable is a MongoDB model.

Contributing

For help on setting up the repo locally, building, testing, and contributing. please send me an email.

Thanks

We would like to thank to anyone who use or contribute this repo. The small project could be the greatest.

/@ogaston/lil-express/

    Package Sidebar

    Install

    npm i @ogaston/lil-express

    Weekly Downloads

    0

    Version

    0.0.3

    License

    ISC

    Unpacked Size

    5.23 kB

    Total Files

    5

    Last publish

    Collaborators

    • ogaston