jmbejar / glimmer-blueprint

Blueprint for generating a new Glimmer.js application

Home Page:https://glimmerjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@glimmer/blueprint

npm version

This repository holds the blueprint for generating a new Glimmer 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/blueprint

About

Blueprint for generating a new Glimmer.js application

https://glimmerjs.com


Languages

Language:JavaScript 64.3%Language:TypeScript 26.2%Language:HTML 9.2%Language:CSS 0.3%