ember-asset-size-report

Home > ember-asset-size-report > Project

Project class

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

A “controller” for an ember-cli project

Signature:

declare class EmberProject 

Constructors

Constructor Modifiers Description
(constructor)(path, spinner)   (BETA) Setup a preexisting project

Properties

Property Modifiers Type Description
path   string (BETA) Path on disk to the root of the project
spinner   SpinnerLike | undefined (BETA) Optional loading spinner to report progress

Methods

Method Modifiers Description
build(opts)   (BETA) Run “ember build”
emberNewInTemp(appName, spinner) static (BETA) Create a new app via ember new in a temporary folder