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
- Host: GitHub
- URL: https://github.com/redapesolutions/koalambda-lex
- Owner: redapesolutions
- License: mit
- Created: 2018-04-08T04:51:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T21:01:11.000Z (about 8 years ago)
- Last Synced: 2025-03-04T12:23:05.675Z (over 1 year ago)
- Language: TypeScript
- Size: 121 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Koalambda Lex
[](https://github.com/prettier/prettier)
[](https://travis-ci.org/redapesolutions/koalambda-lex)
[](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:)