{"id":20105952,"url":"https://github.com/markthree/easy_std","last_synced_at":"2025-03-02T17:47:12.217Z","repository":{"id":174677728,"uuid":"652600970","full_name":"markthree/easy_std","owner":"markthree","description":"Generic Deno standard library, focused on ease of use | 通用 Deno 标准库，专注于易用性","archived":false,"fork":false,"pushed_at":"2024-02-28T03:20:45.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T13:05:02.280Z","etag":null,"topics":["deno","easy-to-use","fn","scripts","std"],"latest_commit_sha":null,"homepage":"https://deno.land/x/easy_std","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/markthree.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":"2023-06-12T12:08:22.000Z","updated_at":"2023-06-17T07:17:55.000Z","dependencies_parsed_at":"2023-12-19T14:57:29.874Z","dependency_job_id":"34996a94-0c44-4c47-b87f-69704df8c629","html_url":"https://github.com/markthree/easy_std","commit_stats":null,"previous_names":["markthree/easy_std"],"tags_count":28,"template":false,"template_full_name":"markthree/deno-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Feasy_std","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Feasy_std/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Feasy_std/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Feasy_std/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markthree","download_url":"https://codeload.github.com/markthree/easy_std/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241549089,"owners_count":19980475,"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":["deno","easy-to-use","fn","scripts","std"],"created_at":"2024-11-13T17:48:41.126Z","updated_at":"2025-03-02T17:47:12.196Z","avatar_url":"https://github.com/markthree.png","language":"TypeScript","readme":"# easy_std\n\nGeneric Deno standard library, focused on ease of use\n\n\u003cbr /\u003e\n\n## scripts\n\n### release\n\n1. export your current version number to `version.ts`\n\n```ts\n// version.ts or src/version.ts\nexport const version = \"0.0.0\";\n```\n\n2. update your deno.json\n\n```json5\n// deno.json or deno.jsonc\n{\n  \"tasks\": {\n    \"start\": \"deno run mod.ts\",\n    \"release\": \"deno run --allow-read --allow-write --allow-env --allow-run https://deno.land/x/easy_std/scripts/release.ts\"\n  }\n}\n```\n\n3. executing the deno task will automatically update the version\n\n```shell\ndeno task release\n```\n\n\u003cbr /\u003e\n\n## function\n\nThe functions provided by this package are safe, efficient, and support multiple\nplatforms at the same time。\n\n\u003cbr /\u003e\n\n## License\n\nMade with [markthree](https://github.com/markthree)\n\nPublished under [MIT License](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkthree%2Feasy_std","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkthree%2Feasy_std","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkthree%2Feasy_std/lists"}