
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@ember/addon-blueprint
Advanced tools
Blueprint for scaffolding ember v2 addons
For migrating a v1 addon to a v2 addon, you may follow Porting Addons to V2 and this blog post Migrating an Ember addon to the next-gen v2 format .
This 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 improved with this blueprint please open an issue to discuss, you don't need to wait for the RFC process to give us feedback.
pnpm dlx ember-cli@latest addon my-addon -b @ember/addon-blueprint --pnpm
For all these options, you'll see a warning printed from ember-cli
about unsupported options.
ember-cli
doesn't have a way to detect if flags are used by a blueprint.
--pnpm
Sets up the new addon with pnpm
as a default package manager.
Example:
npx ember-cli@latest addon my-addon -b @ember/addon-blueprint --pnpm
cd my-addon
--npm
Sets up the new addon with npm
as a default.
Example:
npx ember-cli@latest addon my-addon -b @ember/addon-blueprint --npm
cd my-addon
--typescript
Sets up the new addon with typescript
support.
Example:
npx ember-cli@latest addon my-addon -b @ember/addon-blueprint --typescript
The 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).
For additional instructions, please consult its documentation.
This project is licensed under the MIT License.
FAQs
Blueprint for scaffolding ember v2 addons
The npm package @ember/addon-blueprint receives a total of 93 weekly downloads. As such, @ember/addon-blueprint popularity was classified as not popular.
We found that @ember/addon-blueprint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.