An open API service indexing awesome lists of open source software.

https://github.com/redapesolutions/koalambda-lex

Koalambda middlewares for Lex
https://github.com/redapesolutions/koalambda-lex

Last synced: 10 months ago
JSON representation

Koalambda middlewares for Lex

Awesome Lists containing this project

README

          

# Koalambda Lex

[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Travis](https://img.shields.io/travis/redapesolutions/koalambda-lex.svg)](https://travis-ci.org/redapesolutions/koalambda-lex)
[![Coveralls](https://img.shields.io/coveralls/redapesolutions/koalambda-lex.svg)](https://coveralls.io/github/redapesolutions/koalambda-lex)

Lex related middlewares for us with Koalambda

### Usage

TODO

### NPM scripts

- `npm t`: Run test suite
- `npm start`: Run `npm run build` in watch mode
- `npm run test:watch`: Run test suite in [interactive watch mode](http://facebook.github.io/jest/docs/cli.html#watch)
- `npm run test:prod`: Run linting and generate coverage
- `npm run build`: Generate bundles and typings, create docs
- `npm run lint`: Lints code
- `npm run commit`: Commit using conventional commit style ([husky](https://github.com/typicode/husky) will tell you to use it if you haven't :wink:)