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.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.

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/).