{"id":15011784,"url":"https://github.com/nitzanhen/agrippa","last_synced_at":"2025-04-12T19:48:50.974Z","repository":{"id":37028090,"uuid":"391095883","full_name":"nitzanhen/agrippa","owner":"nitzanhen","description":"The CLI for frontend component generation","archived":false,"fork":false,"pushed_at":"2023-06-11T17:05:41.000Z","size":857,"stargazers_count":545,"open_issues_count":2,"forks_count":18,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-12T19:48:33.449Z","etag":null,"topics":["cli","preact","productivity","react","react-native","solidjs"],"latest_commit_sha":null,"homepage":"https://agrippa.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/nitzanhen.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","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-30T14:38:47.000Z","updated_at":"2025-01-31T08:08:49.000Z","dependencies_parsed_at":"2024-06-19T17:11:15.706Z","dependency_job_id":"8dd77e30-e0a5-4853-a1c9-f70c246c947d","html_url":"https://github.com/nitzanhen/agrippa","commit_stats":{"total_commits":481,"total_committers":6,"mean_commits":80.16666666666667,"dds":0.2224532224532224,"last_synced_commit":"1e35381daed34030c8563c2f5da7465138fbc593"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitzanhen%2Fagrippa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitzanhen%2Fagrippa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitzanhen%2Fagrippa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitzanhen%2Fagrippa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitzanhen","download_url":"https://codeload.github.com/nitzanhen/agrippa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625501,"owners_count":21135513,"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":["cli","preact","productivity","react","react-native","solidjs"],"created_at":"2024-09-24T19:41:41.389Z","updated_at":"2025-04-12T19:48:50.941Z","avatar_url":"https://github.com/nitzanhen.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://www.agrippa.dev/agrippa.svg\" align=\"center\" width=\"150px\" alt=\"Agrippa logo\" /\u003e\r\n  \u003ch1 display=\"inline\" align=\"center\"\u003e\u003cstrong\u003eAgrippa\u003c/strong\u003e\u003c/h1\u003e\r\n\u003c/p\u003e\r\n\r\nAgrippa is a CLI that helps frontend developers generate new components without the boilerplate: in a single command, it can create all the folders and files you need in a full component, with starting code tailored to your stack.\r\n\r\n\u003chr/\u003e\r\n  \u003ch3 align=\"center\"\u003e\r\n    \u003cstrong\u003e\r\n      \u003ca href=\"https://www.agrippa.dev/getting-started/\"\u003eGetting Started\u003c/a\u003e\r\n      \u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\r\n      \u003ca href=\"https://www.agrippa.dev/\"\u003eDocumentation\u003c/a\u003e\r\n    \u003c/strong\u003e\r\n  \u003c/h3\u003e\r\n\u003chr/\u003e\r\n\r\n\u003cbr/\u003e\r\n\r\n## Quickstart\r\n\r\n```bash\r\n# 1. Install as dev dep\r\nnpm add -D agrippa\r\n \r\n# 2. Create a config\r\nnpx agrippa init\r\n\r\n# 3. Generate a component 🚀\r\nnpx agrippa gen my-first-component\r\n```\r\n\r\nFor a complete introduction, take the short [Getting Started](https://www.agrippa.dev/getting-started/) tutorial! \u003cbr/\u003e\r\nAlternatively, if you're already familiar with Agrippa, check out our [Set up Agrippa in a project](https://www.agrippa.dev/guides/setup-agrippa-in-a-project/) guide.\r\n\r\n\u003cbr/\u003e\r\n\r\n## See it in action\r\n\r\nhttps://user-images.githubusercontent.com/58311807/188754758-1a5ea10b-6227-4c45-9976-bd115a8729c8.mp4\r\n\r\n\u003cbr/\u003e\r\n\r\n## Migrating from v1\r\n\r\nAgrippa 2.0 introduces some API changes - the config is now a JS file and is structured a bit differently, and some options have been changed - but at large the functionality and usage is the same as v1.\r\n\r\nTo get a feel for the new version and see what's new, we recommend taking the new [Getting Started](https://www.agrippa.dev/getting-started/) tutorial, or the concise [Set up Agrippa in a project](https://www.agrippa.dev/guides/setup-agrippa-in-a-project/) guide.\r\n\r\nLastly, our new docs site, [agrippa.dev](https://www.agrippa.dev), contains reference pages regarding the options and config in v2, which you may find useful.\r\n\r\n## Community\r\n\r\nIf you encounter any bugs or errors, or have any feature suggestions, please [open an issue](https://github.com/NitzanHen/agrippa/issues)!\r\n\r\nAlso, I'm not actively posting too much on Twitter, but I'd be more than happy to hear your toughts on Agrippa and discuss it with you! Find me [@nitzanhen](https://twitter.com/nitzanhen).\r\n\r\nLastly, thank you for being part of the community. \u003cbr/\u003e\r\nIf you like Agrippa and want to see it grow, please spread its word!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitzanhen%2Fagrippa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitzanhen%2Fagrippa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitzanhen%2Fagrippa/lists"}