{"id":16330452,"url":"https://github.com/robertoachar/monorepo-mongodb-koa-typescript","last_synced_at":"2025-07-22T23:02:36.785Z","repository":{"id":176554174,"uuid":"657602436","full_name":"robertoachar/monorepo-mongodb-koa-typescript","owner":"robertoachar","description":"Monorepo for MongoDB and Koa with Typescript.","archived":false,"fork":false,"pushed_at":"2023-06-29T20:16:04.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T09:43:32.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertoachar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-23T12:23:52.000Z","updated_at":"2024-08-03T13:44:01.000Z","dependencies_parsed_at":"2024-10-10T23:19:18.361Z","dependency_job_id":"71f2d424-3090-4ef6-b0bb-5e1833f1d031","html_url":"https://github.com/robertoachar/monorepo-mongodb-koa-typescript","commit_stats":null,"previous_names":["robertoachar/monorepo-mongodb-koa-typescript"],"tags_count":0,"template":false,"template_full_name":"robertoachar/workflow-typescript","purl":"pkg:github/robertoachar/monorepo-mongodb-koa-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fmonorepo-mongodb-koa-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fmonorepo-mongodb-koa-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fmonorepo-mongodb-koa-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fmonorepo-mongodb-koa-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertoachar","download_url":"https://codeload.github.com/robertoachar/monorepo-mongodb-koa-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fmonorepo-mongodb-koa-typescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266586840,"owners_count":23952200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T23:19:16.095Z","updated_at":"2025-07-22T23:02:36.761Z","avatar_url":"https://github.com/robertoachar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monorepo-mongodb-koa-typescript\n\n[![License][license-badge]][license-url]\n\n\u003e Monorepo for MongoDB and Koa with TypeScript.\n\n## Features\n\nThis workflow provides the following features:\n\n- **src** and **\\_\\_tests\\_\\_** folder as a starter point to build your project.\n- **[TypeScript][typescript-url]** as a strongly typed programming language that builds on JavaScript.\n- **[tsx][tsx-url]** as a CLI command (alternative to node) for seamlessly running TypeScript \u0026 ESM, in both commonjs \u0026 module package types.\n- **[Jest][jest-url]** a delightful JavaScript/TypeScript Testing Framework with a focus on simplicity.\n- **[webpack][webpack-url]** as a static module bundler for modern JavaScript applications.\n- **[EditorConfig][editorconfig-url]** to help you maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.\n- **[ESLint][eslint-url]** to statically analyzes your code to quickly find problems.\n- **[Prettier][prettier-url]** as an opinionated code formatter.\n\n## Development\n\n- Clone the repo\n\n```bash\n$ git clone https://github.com/robertoachar/monorepo-mongodb-koa-typescript.git\n```\n\n- Install dependencies\n\n```bash\n$ yarn\n```\n\n- Run scripts\n\n| Action                              | Usage (yarn)         | Usage (npm)             |\n| ----------------------------------- | -------------------- | ----------------------- |\n| Start development mode              | `yarn start`         | `npm start`             |\n| Build                               | `yarn build`         | `npm run build`         |\n| Run lint                            | `yarn lint`          | `npm run lint`          |\n| Start lint in watch mode            | `yarn lint:watch`    | `npm run lint:watch`    |\n| Run tests                           | `yarn jest`          | `npm run jest`          |\n| Start tests in watch mode           | `yarn jest:watch`    | `npm run jest:watch`    |\n| Run tests with code coverage        | `yarn jest:coverage` | `npm run jest:coverage` |\n| Run lint + tests                    | `yarn test`          | `npm test`              |\n| Start lint + tests in watch mode    | `yarn test:watch`    | `npm test:watch`        |\n| Run lint + tests with code coverage | `yarn test:coverage` | `npm test:coverage`     |\n\n## Author\n\n[Roberto Achar](https://twitter.com/robertoachar)\n\n## License\n\n[MIT](https://github.com/robertoachar/monorepo-mongodb-koa-typescript/blob/master/LICENSE)\n\n[license-badge]: https://img.shields.io/github/license/robertoachar/monorepo-mongodb-koa-typescript.svg\n[license-url]: https://opensource.org/licenses/MIT\n\n[editorconfig-url]: https://editorconfig.org/\n[eslint-url]: https://eslint.org/\n[jest-url]: https://jestjs.io/\n[prettier-url]: https://prettier.io/\n[typescript-url]: https://www.typescriptlang.org/\n[tsx-url]: https://www.npmjs.com/package/tsx\n[webpack-url]: https://webpack.js.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fmonorepo-mongodb-koa-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertoachar%2Fmonorepo-mongodb-koa-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fmonorepo-mongodb-koa-typescript/lists"}