1.1.3 • Published 6 months ago

@carescout/lightning v1.1.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 months ago

cs-lightning

Package to wrap common settings for Express apps, implement common logging

Usage

import { Request, Response } from 'express';
import { lightning } from '@cs/lightning'

const app = lightning();

app.get('/', (req: Request, res: Response) => {
  console.log('test');
  res.send(app.get('msg'))
})


app.start?.(4000, () => {
  console.log('Web App listening now.')
});
1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.16

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

8 months ago