Skip to content

Commit

Permalink
First commit. Bootstrapping the addon for future development.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Workman committed Oct 31, 2017
1 parent 9db216d commit 6880a1e
Show file tree
Hide file tree
Showing 7 changed files with 5,379 additions and 7,432 deletions.
25 changes: 2 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
# ember-did-change-attrs

This README outlines the details of collaborating on this Ember addon.
This addon is a WIP rethink of [ember-diff-attrs](https://github.com/workmanw/ember-diff-attrs) which offered a decorator style approach to this problem.

## Installation

* `git clone <repository-url>` this repository
* `cd ember-did-change-attrs`
* `npm install`

## Running

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

## Running Tests

* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
With `ember-did-change-attrs` we're going to solve the same problem using mixins instead of decorators. The hope is to offer a cleaner and more clear syntax without sacrificing functionality.
Empty file removed addon/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions addon/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Hey @GavinJoyce, add your code here! :) */
Empty file removed app/.gitkeep
Empty file.
Loading

0 comments on commit 6880a1e

Please sign in to comment.