Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cake-contrib/cake.dotnetcoreef


https://github.com/cake-contrib/cake.dotnetcoreef

cake-build cake-module

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cake.DotNetCoreEf

[![License](http://img.shields.io/:license-mit-blue.svg)](http://cake-contrib.mit-license.org)

Cake.DotNetCoreEf is an Addin that extends [Cake](http://cakebuild.net/) for executing commands with the dotnet ef command line interface (CLI). To use this addin the dotnet CLI must be installed [DotNet CLI](https://www.microsoft.com/net/core#windowscmd).

## Information

| |Stable|Pre-release|
|:--:|:--:|:--:|
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.DotNetCoreEf.svg)](https://github.com/cake-contrib/Cake.DotNetCoreEf/releases/latest)|
|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.DotNetCoreEf.svg)](https://www.nuget.org/packages/Cake.DotNetCoreEf)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.DotNetCoreEf.svg)](https://www.nuget.org/packages/Cake.DotNetCoreEf)|

## Build status

|Develop|Master|
|:--:|:--:|
|[![Build status](https://ci.appveyor.com/api/projects/status/fyk64dwsp69pis7i/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-dotnetcoreef/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/fyk64dwsp69pis7i/branch/master?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-dotnetcoreef/branch/master)|

## Code Coverage

[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.DotNetCoreEf/badge.svg?branch=develop)](https://coveralls.io/github/cake-contrib/Cake.DotNetCoreEf?branch=develop)

## Quick Links

- [Documentation](https://cake-contrib.github.io/Cake.DotNetCoreEf/)

## Discussion

For questions and to discuss ideas & feature requests, use the [GitHub discussions on the Cake GitHub repository](https://github.com/cake-build/cake/discussions), under the [Extension Q&A](https://github.com/cake-build/cake/discussions/categories/extension-q-a) category.

[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions)

## Contribution GuideLines

[https://github.com/cake-build/cake/blob/develop/CONTRIBUTING.md](https://github.com/cake-build/cake/blob/develop/CONTRIBUTING.md)

## License

Copyright (c) 2017 Cake Contributions Organization

Cake.DotNetCoreEf is provided as-is under the MIT license. For more information see [LICENSE](https://github.com/cake-contrib/Cake.DotNetCoreEf/blob/develop/LICENSE).