{"id":17823330,"url":"https://github.com/leandro-mancini/angular-schematics","last_synced_at":"2026-01-19T08:31:56.138Z","repository":{"id":38675655,"uuid":"213511243","full_name":"leandro-mancini/angular-schematics","owner":"leandro-mancini","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T10:28:46.000Z","size":1681,"stargazers_count":3,"open_issues_count":27,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T17:48:01.442Z","etag":null,"topics":[],"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/leandro-mancini.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}},"created_at":"2019-10-08T00:18:05.000Z","updated_at":"2023-07-31T14:26:31.000Z","dependencies_parsed_at":"2023-02-06T22:20:01.633Z","dependency_job_id":null,"html_url":"https://github.com/leandro-mancini/angular-schematics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leandro-mancini/angular-schematics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandro-mancini%2Fangular-schematics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandro-mancini%2Fangular-schematics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandro-mancini%2Fangular-schematics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandro-mancini%2Fangular-schematics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leandro-mancini","download_url":"https://codeload.github.com/leandro-mancini/angular-schematics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandro-mancini%2Fangular-schematics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28564011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-27T17:57:29.945Z","updated_at":"2026-01-19T08:31:56.123Z","avatar_url":"https://github.com/leandro-mancini.png","language":"TypeScript","readme":"# Angular Schematics\n\n## Começando\n\nBaixe o repositório:\n\n```bash\ngit clone https://github.com/leandro-mancini/angular-schematics.git\n```\n\n1. Vá para a pasta do projeto `./my-schematics` e instale as dependências:\n\n```bash\nnpm install\n```\n\n2. Compilar os arquivos typescript:\n\n```bash\nnpm run build\n```\n\n3. E em seguida executá-lo:\n\n```bash\nschematics .:my-schematics --name=hello\n```\n\n### Adicionando o Schematic ao seu projeto\n\nNavegue para a pasta do projeto `./my-project` adicione o Schematic via npm link:\n\n```bash\ncd my-project\n\nnpm link ../my-schematics\n```\n\nFeito isso, basta executar o schematic via Angular CLI:\n\n```bash\nng g my-schematics:my-schematics --name=hello\n```\n\nPronto! O arquivo hello foi criado na raiz do seu projeto. Pode conferir o conteúdo.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandro-mancini%2Fangular-schematics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleandro-mancini%2Fangular-schematics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandro-mancini%2Fangular-schematics/lists"}