Skip to content

Instantly share code, notes, and snippets.

View jrock2004's full-sized avatar

John Costanzo jrock2004

View GitHub Profile
@jrock2004
jrock2004 / projections.json
Last active December 19, 2019 04:08 — forked from josemarluedke/projections.json
Projections Ember Pods & TS
{
"app/initializers/*.js": {
"type": "initializer"
},
"app/services/*.js": {
"type": "service"
},
"app/models/*.js": {
"type": "model",
@jrock2004
jrock2004 / README.md
Last active October 2, 2019 00:13 — forked from josemarluedke/ember-projections.json
A `.projections.json` file that can be used with vim-projectionist for navigating ember.js projects classic structure app.

EmberJS Vim Projections

This file is used to help you navigate around in your project. You will want to install Tpope Vim Projections.

Create a new file .projections.json and put it in your root project directory and take the above code and put it in there.