Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.5 KB

File metadata and controls

57 lines (33 loc) · 1.5 KB

JavaScriptExtensionsAspire

NuGet License: MIT

A .NET Aspire extension for integrating JavaScript resource management and package.json commands into your distributed applications.

Links

Features

  • Integrates package.json commands for streamlined JavaScript workflows

Requirements

  • .NET 10.0 or later
  • Aspire 13.0 or later

Installation

Install via NuGet:

 dotnet add package JavaScriptExtensionsAspire

Usage

builder
    .AddJavaScriptApp("JavaScriptAppWithCommands","../SampleJavaScript")
    .AddNpmCommandsFromPackage()    

See how it looks in the https://ignatandrei.github.io/aspireExtensions/images/JavaScriptExtensions/packageJson.mp4

ShowUrl

Contributing

Contributions are welcome! Please open issues or submit pull requests via GitHub.

License

This project is licensed under the MIT License.

Links