Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.dotnetcoreef
- Owner: cake-contrib
- License: mit
- Created: 2017-01-02T20:38:21.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-21T09:48:11.000Z (12 months ago)
- Last Synced: 2024-11-19T05:58:22.835Z (about 2 months ago)
- Topics: cake-build, cake-module
- Language: C#
- Homepage: https://cakebuild.net/extensions/cake-dotnetcoreef/
- Size: 1.72 MB
- Stars: 5
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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).