Skip to content

A lightweight, extensible dependency injection container for JavaScript.

License

Notifications You must be signed in to change notification settings

aurelia/dependency-injection

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c19d1f · Aug 27, 2024
Aug 10, 2024
Aug 10, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 10, 2024
Jul 6, 2019
Aug 10, 2024
Aug 10, 2024
Jul 6, 2019
Feb 6, 2015
Sep 22, 2016
Jan 1, 2018
Aug 10, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 11, 2024
Aug 10, 2024
Aug 11, 2024
Aug 10, 2024
Jun 16, 2016

Repository files navigation

Aurelia

License: MIT npm Version ci Discourse status Twitter Discord Chat

aurelia-dependency-injection

This library is part of the Aurelia platform and contains a lightweight, extensible dependency injection container for JavaScript.

Documentation

You can read documentation on dependency injection here. If you would like to help improve this documentation, the source for the above can be found in the doc folder within this repository.

Platform Support

This library can be used in the browser as well as on the server.

Reporting Issues

Please refer to the issue template. Accompany any bug report with a demo of the issue using a runnable Gist.

Building

npm run build

Tests

npm run test

Developing

Run the tests in watch mode:

npm run develop

Publishing

  1. Bump the version
npm run bump-version [<newversion> | major | minor | patch]
  1. Prepare the release (run tests, run build, docs, release notes)
npm run prepare-release
  1. Commit, tag, npm publish (not automated)