Pre-Official ember packages:
# Apps
ember new my-app -b ember-octane-app-blueprint
Official ember packages (these do not exist yet)
# Apps
ember new my-app -b @ember/octane-app
# Addons
ember new my-app -b @ember/octane-blueprint
Included:
- Module Unification
- Sparkles Components (eventually Glimmer, but built in)
- ember-decorators (eventually will be built in)
- ember-auto-import
- sample component and route
- no jquery
This project is licensed under the MIT License.