Jump to content

Code Distribution: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Line 33: Line 33:
* [[VI Analyzer]]
* [[VI Analyzer]]
* [[New dialog#Adding to the New Dialog|Adding to the New Dialog]]
* [[New dialog#Adding to the New Dialog|Adding to the New Dialog]]
* [[Project Provider]]
* [[Project Provider Framework]]


== Distributing Plugins ==
== Distributing Plugins ==

Revision as of 14:39, 21 March 2024

The Code Distribution Portal
Code Distribution is the activity of sharing or deploying source code. This involves decisions on whether distribution should include: distributing as source, as a package, as a plugin, as an executable, or as an installer.
Subcategories Topics in Code Distribution
Select [►] to view subcategories

Distributing Source

This section describes resources and best practices for distributing source code for reuse.

As Source

As Packages

Distributing IDE Utilities

This section describes resources and best practices for distributing add-on tools to the LabVIEW IDE.

Distributing Plugins

This section describes resources and best practices for distributing plugins to tools or frameworks.

Distributing Executables

This section describes resources and best practices for distributing executables and drivers.

Finding Shared Code