Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to plain library with explicitModules support #306

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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