{"id":24539282,"url":"https://github.com/nathanpb/kext","last_synced_at":"2025-04-15T04:22:42.122Z","repository":{"id":36959846,"uuid":"386121335","full_name":"NathanPB/kext","owner":"NathanPB","description":"Fast Typescript utility library for declarative programming","archived":false,"fork":false,"pushed_at":"2024-09-01T08:51:21.000Z","size":2537,"stargazers_count":22,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T01:04:09.049Z","etag":null,"topics":["array","dependency-free","hacktoberfest","typescript","utility-library"],"latest_commit_sha":null,"homepage":"https://kext.nathanpb.dev","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/NathanPB.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-07-15T01:12:24.000Z","updated_at":"2024-10-30T21:18:11.000Z","dependencies_parsed_at":"2024-05-01T10:26:35.704Z","dependency_job_id":"3a0a9646-a519-449a-8aa4-f8b953ff3a52","html_url":"https://github.com/NathanPB/kext","commit_stats":{"total_commits":217,"total_committers":4,"mean_commits":54.25,"dds":0.5576036866359446,"last_synced_commit":"faa782d974f41c854239029a5fc72ce33c9a785b"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":"metachris/typescript-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPB%2Fkext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPB%2Fkext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPB%2Fkext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPB%2Fkext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NathanPB","download_url":"https://codeload.github.com/NathanPB/kext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249004580,"owners_count":21196898,"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":["array","dependency-free","hacktoberfest","typescript","utility-library"],"created_at":"2025-01-22T16:16:13.069Z","updated_at":"2025-04-15T04:22:42.104Z","avatar_url":"https://github.com/NathanPB.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://img.shields.io/npm/v/@nathanpb/kext.svg)](https://www.npmjs.com/package/@nathanpb/kext)\n[![Tests Status](https://github.com/NathanPB/kext/workflows/Test/badge.svg)](https://github.com/NathanPB/kext/actions/workflows/tests.yml)\n[![Coverage Status](https://img.shields.io/coveralls/NathanPB/kext.svg)](https://coveralls.io/github/NathanPB/kext?branch=main)\n\n\n## The f\n\nI think that the ECMAScript stdlib is not enough for me, so I'm attempting to rewrite all of the usefull Kotlin's stdlib into Typescript.\n\nAlong the way, I discovered many possibilities to improve it and make the life of the JS/TS developer much easier.\nSo I plan to, with this lib, expose a bunch of useful and type-safe functions to make the development experience much easier and more pleasant.\n\nYes, it's that simple\n\n**If you get any questions or suggestions just open a [discussion](https://github.com/NathanPB/kext/discussions) or an [issue](https://github.com/NathanPB/kext/issues)**\n\n## Installation\n\nThis package is published in [npmjs](https://www.npmjs.com/package/@nathanpb/kext):\n\n``npm i @nathanpb/kext`` or ``yarn add @nathanpb/kext``\n\nIf you want to try the unstable features, use the ``next`` tag: ``npm i @nathanpb/kext@next``.\n\n## Documentation\n\n- [Docs](https://kext.nathanpb.dev)\n- [API Reference](https://kext.nathanpb.dev/api)\n- [Showcase](https://kext.nathanpb.dev/#/showcase)\n\nThis library is all inspired by Kotlin, so [their documentation](https://kotlinlang.org/docs/home.html) may be useful.\n\n## Side Notes\n\n- Project is in the beginning, breaking changes are expected\n- Performance may be questionable, but always considered before implementing a new feature. See [benchmarks](https://kext.nathanpb.dev/#/benchmarks).\n\n## License\n\n```\nCopyright 2021 Nathan P. Bombana\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n\nDo whatever you want with my code just don't make it boring\n\n\n\n\n\n\n\nThanks, JetBrains\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanpb%2Fkext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanpb%2Fkext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanpb%2Fkext/lists"}