{"id":48491595,"url":"https://github.com/t10d/kingdom-node-sdk-core","last_synced_at":"2026-04-07T11:33:19.790Z","repository":{"id":42123331,"uuid":"463127171","full_name":"t10d/kingdom-node-sdk-core","owner":"t10d","description":"Core module to design DDD applications in TypeScript","archived":false,"fork":false,"pushed_at":"2022-11-18T18:00:39.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-09T11:28:13.422Z","etag":null,"topics":["backend-development","ddd-architecture","domain-driven-design","sdk","typeorm","typescript"],"latest_commit_sha":null,"homepage":"","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/t10d.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}},"created_at":"2022-02-24T11:45:40.000Z","updated_at":"2022-05-30T19:17:27.000Z","dependencies_parsed_at":"2022-08-12T07:11:21.307Z","dependency_job_id":null,"html_url":"https://github.com/t10d/kingdom-node-sdk-core","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/t10d/kingdom-node-sdk-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t10d%2Fkingdom-node-sdk-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t10d%2Fkingdom-node-sdk-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t10d%2Fkingdom-node-sdk-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t10d%2Fkingdom-node-sdk-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t10d","download_url":"https://codeload.github.com/t10d/kingdom-node-sdk-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t10d%2Fkingdom-node-sdk-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31511739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["backend-development","ddd-architecture","domain-driven-design","sdk","typeorm","typescript"],"created_at":"2026-04-07T11:33:19.691Z","updated_at":"2026-04-07T11:33:19.760Z","avatar_url":"https://github.com/t10d.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏰 Kingdom SDK: Core module\n\nCore module to design DDD applications in TypeScript.\n\n## Features\n\nSee the [changelog](./CHANGELOG.md) to know all the features supported.\n\n## Installation\n\nUse the package manager [npm](https://npmjs.org) to install `@kingdom-sdk/core`.\n\n```bash\nnpm install @kingdom-sdk/core\n```\n\nYou can use [yarn](https://yarnpkg.com/) as well.\n\n```bash\nyarn add @kingdom-sdk/core\n```\n\n## Development Dependencies\n\n- [**TypeScript**](https://www.npmjs.com/package/typescript): Add support to static typing.\n- [**TS node**](https://www.npmjs.com/package/ts-node): TypeScript interactive shell (REPL).\n- [**TS config paths**](https://www.npmjs.com/package/tsconfig-paths): Simplify imports using an custom \"@\".\n- [**ESLint**](https://www.npmjs.com/package/eslint): Style and code enforcement.\n- [**Prettier**](https://www.npmjs.com/package/prettier): Style enforcement.\n- [**Babel**](https://www.npmjs.com/package/@babel/core): JS compiler.\n- [**Husky**](https://www.npmjs.com/package/husky): Git hooks utility (pre-commit).\n- [**Lint staged**](https://www.npmjs.com/package/lint-staged): Run style check only for staged files (pre-commit).\n- [**Jest**](https://www.npmjs.com/package/jest): Testing framework.\n\n## Production Dependencies\n\n- [**UUID**](https://www.npmjs.com/package/uuid): UUID generator.\n- [**Object Hash**](https://www.npmjs.com/package/object-hash): Hashing utility.\n\n## Adding a Git hook\n\nAfter installing the dependencies, automatically the script `prepare` will set up the husky to git hooks.\n\nTo add a script to be run before every commit (such as code enforcement), follow the example below or edit by hand the [`pre-commit`](.husky/pre-commit) file.\n\n```bash\nyarn husky add .husky/pre-commit \"yarn lint-staged\"\n```\n\n## REPL\n\nYou can test sorts of TypeScript code interactively through the `ts-node` executable:\n\n```bash\nyarn ts-node\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft10d%2Fkingdom-node-sdk-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft10d%2Fkingdom-node-sdk-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft10d%2Fkingdom-node-sdk-core/lists"}