https://github.com/cake-build/cake-rider
Adds support for the Cake build tool in Rider.
https://github.com/cake-build/cake-rider
cake-build hacktoberfest plugin rider
Last synced: 6 months ago
JSON representation
Adds support for the Cake build tool in Rider.
- Host: GitHub
- URL: https://github.com/cake-build/cake-rider
- Owner: cake-build
- License: mit
- Created: 2017-02-10T00:45:33.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-09T22:53:14.000Z (6 months ago)
- Last Synced: 2025-04-25T12:26:33.121Z (6 months ago)
- Topics: cake-build, hacktoberfest, plugin, rider
- Language: Kotlin
- Homepage: https://cakebuild.net/
- Size: 1.32 MB
- Stars: 17
- Watchers: 9
- Forks: 8
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cake for Rider
Adds support for the [Cake](https://cakebuild.net/) build tool in Rider.
## Install Cake
In order to use this extension, you must have
[Cake](https://cakebuild.net/) installed on your machine or in your solution.Use [chocolatey](http://chocolatey.org/) 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*

### 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](https://plugins.jetbrains.com/plugin/15729-cake-rider/)
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/](https://cakebuild.net/docs/integrations/editors/rider/)
### Documentation changes in the upcoming release
Modified versions of the official documentation can be found [here](./input/docs/integrations/editors/rider).
## Discussion
If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository.
[](https://github.com/cake-build/cake/discussions)
## Contribute
Check out the [Cake contribution guidelines](https://cakebuild.net/docs/contributing/contribution-guidelines)
if you want to contribute to this project.## License
[MIT Licence](LICENSE.txt)