function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Serge DevSerge Dev 

Apex classes and triggers into an app

I have created apex classes and triggers on my developer account.

How can I make these become part of an app that can be deployed to the AppExchange?

That is, how can I share these apex classes/triggers with other salesforce users (accounts)? - besides literally copying the code without any confidentiality.

Are Salesforce apps made using external IDEs? (e.g. .Net development would be using the DeveloperForce.Force nuget package)

Best Answer chosen by Serge Dev
Boris BachovskiBoris Bachovski
You can create an "app" by packaging all that code together. Navigate to Setup -> Create -> Packages. Once you've created, you can share an URL link to other users and the package will be automatically deployed to their org with a simple wizard.