{"id":28972631,"url":"https://github.com/ember-cli/ember-addon-blueprint","last_synced_at":"2025-07-24T13:36:44.363Z","repository":{"id":284392053,"uuid":"954790315","full_name":"ember-cli/ember-addon-blueprint","owner":"ember-cli","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-15T21:36:35.000Z","size":1085,"stargazers_count":1,"open_issues_count":9,"forks_count":4,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-07-18T13:51:57.067Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ember-cli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":"emberjs","open_collective":"emberjs"}},"created_at":"2025-03-25T16:09:23.000Z","updated_at":"2025-07-15T21:36:17.000Z","dependencies_parsed_at":"2025-05-02T20:23:41.127Z","dependency_job_id":"83c8033a-797e-4c03-bc76-044ee408cece","html_url":"https://github.com/ember-cli/ember-addon-blueprint","commit_stats":null,"previous_names":["ember-cli/ember-addon-blueprint"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/ember-cli/ember-addon-blueprint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-cli%2Fember-addon-blueprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-cli%2Fember-addon-blueprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-cli%2Fember-addon-blueprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-cli%2Fember-addon-blueprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ember-cli","download_url":"https://codeload.github.com/ember-cli/ember-addon-blueprint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-cli%2Fember-addon-blueprint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266587865,"owners_count":23952428,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-06-24T11:07:17.646Z","updated_at":"2025-07-24T13:36:44.307Z","avatar_url":"https://github.com/ember-cli.png","language":"TypeScript","funding_links":["https://github.com/sponsors/emberjs","https://opencollective.com/emberjs"],"categories":[],"sub_categories":[],"readme":"# @ember/addon-blueprint\n\nBlueprint for scaffolding ember v2 addons\n\nFor migrating a v1 addon to a v2 addon, you may follow _[Porting Addons to V2](https://github.com/embroider-build/embroider/blob/main/PORTING-ADDONS-TO-V2.md)_ and\nthis blog post [Migrating an Ember addon to the next-gen v2 format\n](https://www.kaliber5.de/de/blog/v2-addon_en).\n\n## WIP\n\nThis is still work in progress but we are aiming for this to be the new default for when someone generates an addon with `ember addon super-addon-name`. This will need an RFC to change the default but if you notice anything that you would like to be imporoved with this blueprint please open an issue to discuss, you don't need to wait for the RFC process to give us feedback. \n\n## Usage\n\n```bash\npnpm dlx ember-cli@latest addon my-addon -b @ember/addon-blueprint --pnpm\n```\n\n### Options\n\nFor all these options, you'll see a warning printed from `ember-cli` about unsupported options.\n`ember-cli` doesn't have a way to detect if flags are used by a blueprint.\n\n#### `--pnpm`\n\nSets up the new addon with [`pnpm`](https://pnpm.io/) as a default package manager.\n\nExample:\n\n```bash\nnpx ember-cli@latest addon my-addon -b @ember/addon-blueprint --pnpm\ncd my-addon\n```\n\n#### `--npm`\n\nSets up the new addon with `npm` as a default.\n\nExample:\n\n```bash\nnpx ember-cli@latest addon my-addon -b @ember/addon-blueprint --npm\ncd my-addon\n```\n\n#### `--typescript`\n\nSets up the new addon with [`typescript`](https://www.typescriptlang.org/) support.\n\nExample:\n\n```bash\nnpx ember-cli@latest addon my-addon -b @ember/addon-blueprint --typescript\n```\n\n### Updating the addon\n\nThe blueprint supports `ember-cli-update` to update your addon with any changes that occurred in the blueprint since you created the addon. So to update your addons boilerplate, simply run `ember-cli-update` (or `npx ember-cli-update` if you haven't installed it globally).\n\nFor additional instructions, please consult its [documentation](https://github.com/ember-cli/ember-cli-update).\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-cli%2Fember-addon-blueprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fember-cli%2Fember-addon-blueprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-cli%2Fember-addon-blueprint/lists"}