🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@ember-tooling/classic-build-app-blueprint

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember-tooling/classic-build-app-blueprint

latest
Source
npmnpm
Version
7.0.0
Version published
Maintainers
5
Created
Source

<%= name %>

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

  • Git
  • Node.js<% if (pnpm) { %>
  • pnpm<% } else if (yarn) { %>
  • Yarn<% } else { %> (with npm)<% } %>
  • Ember CLI
  • Google Chrome

Installation

  • git clone <repository-url> this repository
  • cd <%= appDirectory %>
  • <% if (pnpm) { %>pnpm<% } else if (yarn) { %>yarn<% } else { %>npm<% } %> install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • <%= invokeScriptPrefix %> test
  • <%= invokeScriptPrefix %> test:ember <% if (npm) { %>-- <% } %>--server

Linting

  • <%= invokeScriptPrefix %> lint
  • <%= invokeScriptPrefix %> lint:fix

Building

  • <%= execBinPrefix %> ember build (development)
  • <%= invokeScriptPrefix %> build (production)

Deploying

Specify what it takes to deploy your app.

Keywords

ember-blueprint

FAQs

Package last updated on 15 May 2026

Did you know?

Socket

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.

Install

Related posts