Skip to content

cake-build/cake-rider

Repository files navigation

Cake for Rider

Adds support for the Cake build tool in Rider.

Install Cake

In order to use this extension, you must have Cake installed on your machine or in your solution.

Use chocolatey to install it globally by typing the following in an elevated command prompt:

choco install -y cake.portable

Install Cake for Rider

Go to File -> Settings -> Plugins -> Marketplace and search for Cake for Rider

Cake Rider Plugin

Release channels

JetBrains Marketplace has multiple channels for each plugin. Default is always the Stable channel, however, Cake for Rider might make use of two other channels:

  • Beta: The beta channel contains pre-releases.
  • Alpha: The alpha channel contains unstable releases. Here be dragons!

To use one of the channels open the plugin page in the JetBrains Marketplace select Versions and switch the channel on the left side of the page. Download the desired version and install it manually.

Documentation

The full documentation of the latest release of Cake for Rider can be found at https://cakebuild.net/

Documentation changes in the upcoming release

Modified versions of the official documentation can be found here.

Discussion

If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository.

Join in the discussion on the Cake repository

Contribute

Check out the Cake contribution guidelines if you want to contribute to this project.

License

MIT Licence