Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The .diffend.yml file can be safely committed and shared in both closed-source and open-source projects.

With our UI

  1. Navigate to your organization’s projects list.

  2. Click the Setup button.

  3. In the setup view, navigate to the By applying changes manually section.

  4. To set up WhiteSource Diffend, create a .diffend.yml file in the main directory of the project and copy-paste the configuration settings from the UI.

  5. Follow the remaining instructions specific to the package manager you are using.

Bundler setup

  1. Add our bundler plugin and our gem right after the source section of your Gemfile.

  2. bundle install and you are ready to go!

Yarn 2 setup

  1. Add our Yarn plugin to the .yarn directory of your project by running the following code:

  2. Add the following lines to your .yarnrc file:

  3. Run yarn install and you are ready to go!

...