Skip to content

Commit

Permalink
Merge pull request #306 from ember-cli/become-library
Browse files Browse the repository at this point in the history
Convert to plain library with explicitModules support
  • Loading branch information
ef4 authored Sep 25, 2024
2 parents 112f76e + 2fd4154 commit b318d36
Show file tree
Hide file tree
Showing 55 changed files with 5,307 additions and 11,296 deletions.
20 changes: 0 additions & 20 deletions .editorconfig

This file was deleted.

9 changes: 0 additions & 9 deletions .ember-cli

This file was deleted.

18 changes: 0 additions & 18 deletions .eslintignore

This file was deleted.

63 changes: 0 additions & 63 deletions .eslintrc.js

This file was deleted.

29 changes: 0 additions & 29 deletions .npmignore

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierrc.js

This file was deleted.

61 changes: 0 additions & 61 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .watchmanconfig

This file was deleted.

9 changes: 0 additions & 9 deletions CODE_OF_CONDUCT.md

This file was deleted.

39 changes: 2 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,7 @@
Ember-load-initializers [![Build Status](https://travis-ci.org/ember-cli/ember-load-initializers.svg?branch=master)](https://travis-ci.org/ember-cli/ember-load-initializers)
Ember-load-initializers
==============================================================================

A tiny add-on to autoload your initializer and instance initializer files in ember-cli. This add-on iterates over files inside `app/initializers` and `app/instance-initializers` and invokes the `app.initializer` and `app.instanceInitializer` methods respectively, by passing on the resolved name of the files.

Installation
------------------------------------------------------------------------------

```
ember install ember-load-initializers
```

Contributing
------------------------------------------------------------------------------

### Installation

* `git clone https://github.com/ember-cli/ember-load-initializers.git`
* `cd ember-load-initializers`
* `yarn`

### Linting

* `yarn lint:hbs`
* `yarn lint:js`
* `yarn lint:js -- --fix`

### Running tests

* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `ember try:each` – Runs the test suite against multiple Ember versions

### Running the dummy application

* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
A tiny library to autoload your initializer and instance initializer files in an Ember app.

License
------------------------------------------------------------------------------
Expand Down
Empty file removed addon/.gitkeep
Empty file.
66 changes: 0 additions & 66 deletions addon/index.ts

This file was deleted.

Loading

0 comments on commit b318d36

Please sign in to comment.