# @ember-tooling/classic-build-addon-blueprint

Latest version **7.2.0** (published 2026-08-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ember-tooling/classic-build-addon-blueprint
pnpm add @ember-tooling/classic-build-addon-blueprint
yarn add @ember-tooling/classic-build-addon-blueprint
bun add @ember-tooling/classic-build-addon-blueprint
```

## Health

**Score 60/100 (C)** — status: active.

Positive: no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 7.2.0 |
| Published | 2026-08-17 |
| First published | 2025-06-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 19.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 3236 |
| Maintainers | lifeart, nullvoxpopuli, evoactivity, katiegengler, real_ate |
| Keywords | ember-blueprint |

## Links

- npm: https://www.npmjs.com/package/@ember-tooling/classic-build-addon-blueprint
- Repository: https://github.com/ember-cli/ember-cli
- Homepage: https://github.com/ember-cli/ember-cli#readme
- Issues: https://github.com/ember-cli/ember-cli/issues
- npm.io page: https://npm.io/package/@ember-tooling/classic-build-addon-blueprint

## Dependencies (9)

- [chalk](https://npm.io/package/chalk.md) ^5.6.2
- [lodash](https://npm.io/package/lodash.md) ^4.18.1
- [fs-extra](https://npm.io/package/fs-extra.md) ^11.4.0
- [walk-sync](https://npm.io/package/walk-sync.md) ^3.0.0
- [silent-error](https://npm.io/package/silent-error.md) ^1.1.1
- [sort-package-json](https://npm.io/package/sort-package-json.md) ^2.15.1
- [ember-cli-string-utils](https://npm.io/package/ember-cli-string-utils.md) ^1.1.0
- [@ember-tooling/blueprint-model](https://npm.io/package/@ember-tooling/blueprint-model.md) ^0.7.1
- [ember-cli-normalize-entity-name](https://npm.io/package/ember-cli-normalize-entity-name.md) ^1.0.0

## Recent versions

- 7.2.0 (latest) — 2026-08-17
- 7.3.0-beta.1 (beta) — 2026-09-01
- 7.3.0-alpha.1 (alpha) — 2026-08-16
- 7.2.0-beta.1 — 2026-08-15
- 7.2.0-alpha.2 — 2026-08-14
- 7.1.0 — 2026-07-01
- 7.2.0-alpha.1 — 2026-06-30
- 7.1.0-beta.1 — 2026-05-22
- 7.0.0 — 2026-05-15
- 7.1.0-alpha.2 — 2026-05-15
- 7.1.0-alpha.1 — 2026-04-24
- 7.0.0-beta.1 — 2026-04-22
- 7.0.0-alpha.1 — 2026-04-21
- 6.12.0 — 2026-04-09
- 6.12.0-beta.1 — 2026-04-04
- … 30 more at https://npm.io/package/@ember-tooling/classic-build-addon-blueprint/versions

## README

# ember-cli

[![Latest npm release][npm-badge]][npm-badge-url]
[![GitHub Actions CI][github-actions-badge]][github-actions-ci-url]
[![Test Coverage][coveralls-badge]][coveralls-badge-url]
[![Code Climate][codeclimate-badge]][codeclimate-badge-url]

[logo]: https://avatars0.githubusercontent.com/u/10262982?v=3&s=150
[npm-badge]: https://img.shields.io/npm/v/ember-cli.svg
[npm-badge-url]: https://www.npmjs.com/package/ember-cli
[coveralls-badge]: https://img.shields.io/coveralls/ember-cli/ember-cli/master.svg
[coveralls-badge-url]: https://coveralls.io/github/ember-cli/ember-cli
[codeclimate-badge]: https://codeclimate.com/github/ember-cli/ember-cli/badges/gpa.svg
[codeclimate-badge-url]: https://codeclimate.com/github/ember-cli/ember-cli
[github-actions-badge]: https://github.com/ember-cli/ember-cli/workflows/CI/badge.svg
[github-actions-ci-url]: https://github.com/ember-cli/ember-cli/actions?query=workflow%3ACI

The Ember.js command line utility.

## Features

- Asset build pipeline using [Broccoli.js](https://broccoli.build/)
- ES6 transpilation using [Babel](https://babeljs.io/)
- Project structure conventions using ES6 module syntax
- Development server including live-reload and API proxy
- File/Project generator using blueprints
- Unit, Integration and Acceptance test support using
  [Testem](https://github.com/testem/testem)
- Powerful addon system for extensibility

## Installation

```
npm install -g ember-cli
```

## Usage

After installation the `ember` CLI tool will be available to you. It is the
entrypoint for all the functionality mentioned above.

You can call `ember <command> --help` to find out more about [all of the
following commands](https://cli.emberjs.com/release/basic-use/cli-commands/) or visit <https://cli.emberjs.com/release/> to read
the in-depth documentation.

## Documentation

Please refer to the [CLI guides](https://cli.emberjs.com/release/) for help using Ember CLI.

## Contributing

Please see the [contributing guidelines](https://github.com/ember-cli/ember-cli/blob/master/CONTRIBUTING.md)

## Community

- Discord: [Get your invite](https://discord.gg/emberjs)
- Issues: [ember-cli/issues](https://github.com/ember-cli/ember-cli/issues)
- Documentation: [cli.emberjs.com](https://cli.emberjs.com/release/)

## License

This project is licensed under the [MIT License](LICENSE).

---
_Source: https://npm.io/package/@ember-tooling/classic-build-addon-blueprint · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
