studio-cli
Like ember-cli
, but for studio apps.
Usage
yarn global add studio-clistudio new my-appcd my-appstudio serve
This utility takes care of the following:
- Creating new apps from the default Studio blueprint (
studio new my-app
) - Building apps (
studio build
) - Serving those apps from a webserver (
studio serve
) - Updating an app to the latest blueprint (
studio init
)
License
See LICENSE.md.