Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cake-contrib/cake.filehelpers
:cake: :jigsaw: :spiral_notepad: Cake addin with simple file operations such as reading, writing, and replacing text.
https://github.com/cake-contrib/cake.filehelpers
cake cake-addin cake-build devops file file-helpers filehelpers hacktoberfest
Last synced: 7 days ago
JSON representation
:cake: :jigsaw: :spiral_notepad: Cake addin with simple file operations such as reading, writing, and replacing text.
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.filehelpers
- Owner: cake-contrib
- License: other
- Created: 2015-09-03T14:22:02.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-25T13:58:35.000Z (11 months ago)
- Last Synced: 2024-12-20T00:06:17.202Z (14 days ago)
- Topics: cake, cake-addin, cake-build, devops, file, file-helpers, filehelpers, hacktoberfest
- Language: C#
- Homepage: https://cakebuild.net/extensions/cake-filehelpers
- Size: 220 KB
- Stars: 25
- Watchers: 5
- Forks: 20
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cake.FileHelpers
A set of aliases for http://cakebuild.net to help with simple File operations such as Reading, Writing and Replacing text.You can easily reference Cake.FileHelpers directly in your build script via a cake addin:
```csharp
#addin "Cake.FileHelpers"
```## Aliases
Please visit the Cake Documentation for a list of available aliases:
http://cakebuild.net/dsl/file-helpers
## 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)
## Apache License 2.0
Apache Cake.FileHelpers Copyright 2015. The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).