dingu.js 1.1.0

dotnet add package dingu.js --version 1.1.0
NuGet\Install-Package dingu.js -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dingu.js" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dingu.js --version 1.1.0
#r "nuget: dingu.js, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install dingu.js as a Cake Addin
#addin nuget:?package=dingu.js&version=1.1.0

// Install dingu.js as a Cake Tool
#tool nuget:?package=dingu.js&version=1.1.0

dingu is an angularjs-style dependency injection framework for JavaScript. It makes it easy to define modules, singletons and constants that are assembled at runtime when needed.

Features:
- Bring in dependencies simply by naming them as a function parameter
- Load your javascript files in any arbitrary order
- Store singleton instances
- Store constant values like settings and magic numbers
- Protects against circular dependencies
- Can be locked to prevent further updates at runtime

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 1,668 3/10/2014
1.0.2 1,126 12/20/2013