0.1.4 • Published 5 years ago

@reflex-media/lesgo v0.1.4

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Lesgo!

Build Status Coverage Status

Bootstrap your next microservice with a lightweight node.js serverless framework.

Note: This repository contains the core code of the Lesgo! framework. If you want to build an application using Lesgo!, visit the main Lesgo! repository.

Unit Test

This framework uses Jest test framework for unit testing.

All test files exist in the respective src/__tests__/ directory.

Run test

$ yarn test

Run code coverage report

$ yarn coverage

View the generated html report in coverage/index.html.

Test environment

Declare test environment configurations as NODE variables in setupTest.js.

Contributing

You may contribute to the core framework by submitting a PR to the develop branch.

The codebase is written in ES6 (ES2015) syntax and compiled and minified to ES5 in the build directory. This build directory will be used by Lesgo!

To compile

$ yarn build
0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago