https://github.com/cake-contrib/cake.dotnetcoreef
https://github.com/cake-contrib/cake.dotnetcoreef
cake-build cake-module
Last synced: about 1 month 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 (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-21T09:48:11.000Z (over 1 year ago)
- Last Synced: 2025-04-21T02:45:36.716Z (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: 6
- 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
[](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|-|[](https://github.com/cake-contrib/Cake.DotNetCoreEf/releases/latest)|
|NuGet|[](https://www.nuget.org/packages/Cake.DotNetCoreEf)|[](https://www.nuget.org/packages/Cake.DotNetCoreEf)|## Build status
|Develop|Master|
|:--:|:--:|
|[](https://ci.appveyor.com/project/cakecontrib/cake-dotnetcoreef/branch/develop)|[](https://ci.appveyor.com/project/cakecontrib/cake-dotnetcoreef/branch/master)|## Code Coverage
[](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.
[](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).