jrgcubano / cake-xs

Cake addin for Xamarin Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cake for Xamarin Studio

Adds support for the Cake build tool in Xamarin Studio 6+. Includes support for syntax highlighting, new item and project templates and commands for bootstrapping important Cake files.

Build scripts

The Cake script editor automatically triggers when it finds a .cake file.

Cake file

Template Installers

You can quickly add the default bootstrapper scripts or a Cake configuration file from either the Project menu or the context menu for any project in the Solution Pad.

Template installers Template installers

Templates

The extension includes new project templates for Cake modules, addins, and unit tests.

Project Template

In addition, there is a file template for a new build script as well as samples for working with Cake modules.

File Templates

Snippets / Code Templates

Inside Cake scripts, you can use the arg and task snippets to quickly create Arguments and Tasks respectively.

Script snippets

When authoring addins, you can also use the alias and aliasp snippets to quickly create method and property aliases, respectively.

Addin snippets

Contribute

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

For cloning and building this project yourself, make sure to install the Addin Maker addin for Xamarin Studio which enables some features used by this project.

License

MIT Licence

About

Cake addin for Xamarin Studio

License:MIT License


Languages

Language:C# 60.7%Language:PowerShell 25.9%Language:Shell 12.5%Language:HTML 0.9%