Home > ember-asset-size-report > Project
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
Constructor | Modifiers | Description |
---|---|---|
(constructor)(path, spinner) | (BETA) Setup a preexisting project |
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 |
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 |