{"id":32551985,"url":"https://github.com/dills122/schematics-demo","last_synced_at":"2026-05-16T00:32:18.676Z","repository":{"id":319010401,"uuid":"1077236521","full_name":"dills122/schematics-demo","owner":"dills122","description":"Testing out Angular Schematics","archived":false,"fork":false,"pushed_at":"2025-10-17T00:53:01.000Z","size":44,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-17T04:50:32.255Z","etag":null,"topics":["angular","angular-schematics","schematics"],"latest_commit_sha":null,"homepage":"","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/dills122.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-16T01:23:01.000Z","updated_at":"2025-10-16T01:24:36.000Z","dependencies_parsed_at":"2025-10-17T18:52:03.301Z","dependency_job_id":"cf627d63-6615-4053-a70b-f1e439f8cc4f","html_url":"https://github.com/dills122/schematics-demo","commit_stats":null,"previous_names":["dills122/schematics-demo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dills122/schematics-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fschematics-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fschematics-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fschematics-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fschematics-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dills122","download_url":"https://codeload.github.com/dills122/schematics-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dills122%2Fschematics-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281512682,"owners_count":26514303,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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-schematics","schematics"],"created_at":"2025-10-28T21:00:59.931Z","updated_at":"2025-10-28T21:02:36.836Z","avatar_url":"https://github.com/dills122.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Schematics Demo\n\nThis repository hosts a custom Angular schematic that bootstraps a zoneless, standalone Angular workspace with sensible defaults. Use it as a base for experimentation or publishing to npm.\n\n## Prerequisites\n\n- Node.js ≥ 20 is required to satisfy the Angular devkit toolchain.\n- (Optional) Install the Schematics CLI globally if you want to invoke the schematic directly:\n\n  ```bash\n  npm install -g @angular-devkit/schematics-cli\n  ```\n\n## Local Development\n\n- Install dependencies: `npm install`\n- Compile the TypeScript sources: `npm run build`\n- Run unit tests (Jasmine): `npm run test`\n- Exercise the schematic end-to-end: `npm run scaffold`\n  - The script builds the package and generates an Angular app named `dev-app` under `.schematics/dev-app`\n  - Override the name (and output directory) with `npm run scaffold -- --name my-app`\n- Quick iteration helpers:\n  - `npm run clean:workspaces` removes the `.schematics/` playground directory.\n  - `npm run generate:dry` runs the schematic in dry-run mode.\n  - `npm run generate:test` runs the schematic and writes files (identical to the final step of `npm run scaffold`).\n\nThe `.schematics/` folder is Git-ignored, so repeated runs stay out of version control.\n\n## Consuming the Package\n\n1. Install the schematic in the target workspace:\n\n   ```bash\n   npm install --save-dev schematics-demo\n   ```\n\n2. Generate a project using the Angular CLI:\n\n   ```bash\n   ng g schematics-demo:schematics-demo --name my-app\n   ```\n\n   All options mirror `ng new`; SCSS, zoneless mode, no SSR, and no AI config are preselected.\n\n## Manual CLI Invocation\n\nIf you prefer the raw CLI, you can run the compiled collection directly:\n\n```bash\nschematics ./dist/src/collection.json:schematics-demo --name my-app --skip-install --debug=false\n```\n\nAll options match the Angular `ng new` schematic, but defaults are prefilled for SCSS, zoneless runtime, no SSR, and no AI config.\n\n## Publishing\n\nBefore publishing, inspect the packaged tarball:\n\n```bash\nnpm run build\nnpm run pack\n```\n\nWhen ready, push the release to npm:\n\n```bash\nnpm publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdills122%2Fschematics-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdills122%2Fschematics-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdills122%2Fschematics-demo/lists"}