Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 869 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 869 Bytes

@glimmer/blueprint

npm version

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