{"id":26560796,"url":"https://github.com/jlguenego/schematics","last_synced_at":"2026-04-18T14:34:55.446Z","repository":{"id":150325535,"uuid":"175958056","full_name":"jlguenego/schematics","owner":"jlguenego","description":"Some schematics for Angular","archived":false,"fork":false,"pushed_at":"2019-03-16T12:45:46.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T13:36:18.553Z","etag":null,"topics":["angular","angular-cli","schematics"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jlguenego.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-03-16T10:31:59.000Z","updated_at":"2019-03-17T10:40:39.000Z","dependencies_parsed_at":"2023-04-25T11:02:15.096Z","dependency_job_id":null,"html_url":"https://github.com/jlguenego/schematics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jlguenego/schematics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlguenego%2Fschematics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlguenego%2Fschematics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlguenego%2Fschematics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlguenego%2Fschematics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlguenego","download_url":"https://codeload.github.com/jlguenego/schematics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlguenego%2Fschematics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31972477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","angular-cli","schematics"],"created_at":"2025-03-22T13:30:00.061Z","updated_at":"2026-04-18T14:34:55.434Z","avatar_url":"https://github.com/jlguenego.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is it?\n\nA collection of schematics that extends the default one.\n\nI did it for making simpler my daily work with Angular.\nIts only purpose is to improve DX.\n\n\n\n# Getting Started \n\n```\nng new my-project\ncd my-project\nnpm i @jlguenego/schematics\n```\n\nEdit `angular.json`, and add \n\n```\n{ \n    // rest of the file\n    \"cli\": {\n        \"defaultCollection\": \"@jlguenego/schematics\"\n    }\n}\n```\n\nDone!\n\n# Using schematics\n\nCreate a routing module `hello`.\n```\nng g routing hello\n```\n\nCreate a route `home`\n```\nng g route hello/home \"\"\n```\n\nCreate a page `success`\n\n```\nng g page hello/success\n```\n\n# Schematics Reference\n\n## routing\n\nCreate a routing module.\n\n1. Create a module if it does not exist.\n2. Create the associated routing module.\n\n## route\n\n1. Find the module A where to create the route.\n2. Create the routing module B if not already present.\n3. Create the route component and declare it in the module A.\n4. Create the route with the path specified in the routing module B.\n\nExample:\n\n```\nng g route hello world\n```\n\nCreate the HomeComponent in the AppModule.\nConfigure the route as:\n\n```\nconst routes: Routes = [\n    // ...\n    { path: \"world\", component: HelloComponent }\n];\n```\n\n## page\n\n1. Create a component with suffix `PageComponent`.\n2. Declare it inside a module in `entryComponents` section.\n\nOptions are same as the @schematics/angular component.\n\n# Author\n\nJean-Louis GUENEGO \u003cjlguenego@gmail.com\u003e - 2019.\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlguenego%2Fschematics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlguenego%2Fschematics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlguenego%2Fschematics/lists"}