{"id":27441302,"url":"https://github.com/thefrontside/effectionx","last_synced_at":"2026-01-12T05:10:33.679Z","repository":{"id":257204703,"uuid":"857123249","full_name":"thefrontside/effectionx","owner":"thefrontside","description":"Useful collection of community contributed modules for Effection","archived":false,"fork":false,"pushed_at":"2025-04-14T18:16:55.000Z","size":310,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T23:43:49.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://frontside.com/effection/contrib","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/thefrontside.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,"zenodo":null}},"created_at":"2024-09-13T21:11:14.000Z","updated_at":"2025-04-14T18:16:59.000Z","dependencies_parsed_at":"2024-11-23T20:19:19.738Z","dependency_job_id":"32eb3ba2-5b7b-4f01-9827-b7d77e82cfeb","html_url":"https://github.com/thefrontside/effectionx","commit_stats":null,"previous_names":["thefrontside/effection-contrib","thefrontside/effection-contribs","thefrontside/effectionx"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefrontside%2Feffectionx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefrontside%2Feffectionx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefrontside%2Feffectionx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thefrontside%2Feffectionx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thefrontside","download_url":"https://codeload.github.com/thefrontside/effectionx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981259,"owners_count":21193143,"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":"2025-04-14T23:43:53.795Z","updated_at":"2026-01-12T05:10:33.667Z","avatar_url":"https://github.com/thefrontside.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# effectionx\n\nThis repository contains a collection of contributions by the community. This\nrepository automatically publishes to JSR and NPM. All packages that were used\nmore than a few times are welcome.\n\n## Adding a new package\n\n1. Create a directory\n2. Add a deno.json file with\n   `{ \"name\": \"@effectionx/\u003cyou_package_name\u003e\", version: \"0.1.0\", \"exports\": \"./mod.ts\", \"license\": \"MIT\" }`\n3. Add a README.md (text before `---` will be used as a description for the\n   package)\n4. Add your source code and export it from `mod.ts`\n5. Add doc strings to your source code - they will be used for documentation on\n   the site.\n\n## Testing\n\nAll packages are tested against both effection v3 and v4 to ensure\ncompatibility.\n\n### Generate import maps\n\n```bash\n# Generate v3 import map\ndeno task generate-importmap \"^3\" v3.importmap.json\n\n# Generate v4 import map (fetches latest v4 from npm)\ndeno task generate-importmap v4 v4.importmap.json\n```\n\n### Running tests with v3\n\n```bash\ndeno test --import-map v3.importmap.json -A\n```\n\n### Running tests with v4\n\n```bash\ndeno test --import-map v4.importmap.json -A\n```\n\n## To publish a new project\n\n1. Member of [jsr.io/@effectionx](https://jsr.io/@effectionx) has to add that\n   project to the scope\n2. It should be publish on next merge to main\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefrontside%2Feffectionx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthefrontside%2Feffectionx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefrontside%2Feffectionx/lists"}