{"id":16330409,"url":"https://github.com/robertoachar/playground-mongoose-typescript","last_synced_at":"2025-07-19T22:05:00.162Z","repository":{"id":232205191,"uuid":"656304552","full_name":"robertoachar/playground-mongoose-typescript","owner":"robertoachar","description":"A playground for Mongoose with TypeScript.","archived":false,"fork":false,"pushed_at":"2023-06-23T12:18:13.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T09:43:28.502Z","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}},"created_at":"2023-06-20T17:11:37.000Z","updated_at":"2023-06-20T17:13:04.000Z","dependencies_parsed_at":"2024-04-08T15:37:54.742Z","dependency_job_id":null,"html_url":"https://github.com/robertoachar/playground-mongoose-typescript","commit_stats":null,"previous_names":["robertoachar/playground-mongoose-typescript"],"tags_count":0,"template":false,"template_full_name":"robertoachar/workflow-typescript","purl":"pkg:github/robertoachar/playground-mongoose-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fplayground-mongoose-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fplayground-mongoose-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fplayground-mongoose-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fplayground-mongoose-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertoachar","download_url":"https://codeload.github.com/robertoachar/playground-mongoose-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fplayground-mongoose-typescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266026268,"owners_count":23866032,"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","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:10.749Z","updated_at":"2025-07-19T22:04:59.743Z","avatar_url":"https://github.com/robertoachar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# playground-mongoose-typescript\n\n[![License][license-badge]][license-url]\n\n\u003e A playground for mongoose 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/playground-mongoose-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/playground-mongoose-typescript/blob/master/LICENSE)\n\n[license-badge]: https://img.shields.io/github/license/robertoachar/playground-mongoose-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%2Fplayground-mongoose-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertoachar%2Fplayground-mongoose-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fplayground-mongoose-typescript/lists"}