gabrielbaltazar / boss-experts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BossExperts

Boss Experts

Boss Experts is an IDE utility for installation in Delphi that aims to facilitate the use of Boss without having to leave the Delphi IDE.

Installation

  1. Just download Boss Experts
  2. Unzip the Source code.zip file
  3. Open Delphi and then the BossExperts.dproj file
  4. Build and Install the package in the Project Manager

Ready!

If you are using Delphi XE5, open the BossExperts_XE.dproj project and follow the installation steps

Use

Using Boss Experts is quite simple. Once installed, a context menu will appear when right-clicking on any project in Project Manager. Locate the Boss menu and its submenus.

The available options are:

  • Init: Initializes dependency management in your project.
  • Install: Installs dependencies in the project.
  • Update: Updates dependencies in the project
  • Uninstall: Uninstalls dependencies in the project
  • Dependencies: Opens the dependency manager window
  • Remove Cache: Removes dependency history

Dependencies Menu

Clicking on Dependencies will open the utility window, as shown in the image below 👇

BossExperts

⚡️ Quickstart

To start managing dependencies in your project, follow the steps below:

  1. Right-click on your project name in the Project Manager.
  2. Select Boss > Init
  3. Right-click your project again and select Boss > Dependencies

Boss Experts supports GitHub, GitLab and Bitbucket. Select in the ComboBox which service you will use.

Enter the full path of the repository you want to install in your project through the Dependency field.

Finally, click Install. Ready!

Repeat the process if there are other dependencies you want to install.

🥇 Updating Dependecies

To update all dependencies in your project, click in Update. Boss Experts will search for new versions of each dependency and update them automatically.

⛔ Uninstalling Dependencies

To unistall a dependency in yout project, select a dependency and click in Uninstall.

🔐 Login

Click Login if you want to login to a private repository.

Documentation Languages

English (en)
Português (ptBR)

⚠️ License

Boss Experts is free and open-source library licensed under the MIT License.

About

License:MIT License


Languages

Language:Pascal 100.0%