website icon indicating copy to clipboard operation
website copied to clipboard

Add compelling examples for end users.

Open reicheltp opened this issue 8 years ago • 2 comments

It would be awesome if the website would contain some complete and compelling examples for users who are new to Cake.

I have something in my mind like:

  • Build an Android APK and upload to HockeyApp
  • Build a .NET Project with Semantic Versioning and upload artifacts to NuGET
  • Run a bunch of Unit Tests and Upload Test Coverage to coverall.io
  • ...

The samples could may be loaded from a community maintained repo in the cake-contrib organization. This increase the chance that the examples are always up to date.

reicheltp avatar Oct 13 '16 15:10 reicheltp

List of examples showing specific aspects:

  • [ ] Preprocessor directives (https://github.com/cake-build/website/pull/1065)
  • [ ] How to integrate npm tools into build pipeline (Cake.Module.Npm, Cake.Npm)
  • [ ] How to setup a repo using .NET Tool (local manifest, which should be under version control)

pascalberger avatar Oct 04 '20 17:10 pascalberger

We also have an example repository: https://github.com/cake-build/example

pascalberger avatar Oct 04 '20 17:10 pascalberger