This repository holds the blueprint for generating a new Glimmer Native project.
It is to be used, currently, with Ember CLI Canary, which you have to install from the master
branch.
The project generated follows the Module Unification RFC that is soon to be adopted by Ember,
and thus shared by both projects.
To learn more about making blueprints, consult the blprnt repository.
To generate a project using this blueprint, install Ember CLI Canary (npm install -g ember-cli/ember-cli
), and do:
ember new hello-glimmer -b glimmer-native-blueprint