> For the complete documentation index, see [llms.txt](https://moleculer-api.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moleculer-api.gitbook.io/api/development/overview.md).

# Overview

## Development

### 1. Yarn Scripts

* `yarn dev [example=simple]` - Start development (nodemon with ts-node)
* `yarn build`- Uses typescript to transpile service to javascript
* `yarn lint` - Run TSLint
* `yarn test` - Run tests & generate coverage report
* `yarn test --watch` - Watch and run tests

## Contribution

Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.
