atom-ember-snippets icon indicating copy to clipboard operation
atom-ember-snippets copied to clipboard

Ember.js ES6 snippets for Atom

Atom Ember Snippets

Ember.js ES6, Ember Data & Handlebars snippets for Atom editor

Installation

Run the following command:

apm install ember-snippets

Usage

Rather than listing everything out here, check out the snippet files themselves:

  • ember core snippets for:
    • Ember Objects
    • Routes
    • Components
    • Enumerables
    • Logger
    • Test
  • ember rfc176 compliant imports*
    • Note: These imports require [email protected] or higher
    • application
    • array
    • base
    • component
    • controller
    • debug
    • ember-data
    • engine
    • map
    • object
    • polyfills
    • routing
    • rsvp
    • runloop
    • service
    • string
    • test
    • utils
  • New file stubs for:
    • Routers, Components, Helpers & more
  • ember-data snippets for:
    • Store
    • Models
  • Handlebars for:
    • Default Helpers
    • Components

Recommended Packages

  • https://atom.io/packages/atom-handlebars

Contributing

Please send PRs! I add things as I get tired of writing them, so there are certainly areas that I've missed.

Third Party Snippets

In order to keep this package as focused and "lightweight" as possible. It has been decided that it will focus on Ember snippets and it will not contain snippets for various addons and/or third-party libraries.

You are more than welcomed to share your aggregated snippets using the list of addon related snippets below.

Non-Exhaustive List of Addon Related Snippets