Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanderhelleso/filefriend

📂 A convenient wrapper around the os/filepath modules for Go.
https://github.com/sanderhelleso/filefriend

create-file-structure filesystem-library go golang move-files os rename-files

Last synced: 15 days ago
JSON representation

📂 A convenient wrapper around the os/filepath modules for Go.

Awesome Lists containing this project

README

        

# filefriend
[![Documentation](https://godoc.org/github.com/sanderhelleso/filefriend?status.svg)](http://godoc.org/github.com/sanderhelleso/filefriend)
[![Go Report Card](https://goreportcard.com/badge/github.com/sanderhelleso/filefriend)](https://goreportcard.com/report/github.com/sanderhelleso/filefriend)









📂 filefriend is a convenient wrapper around the os/filepath module for Go. Provides a wide variety of functions that combines
packages into one, single wrapper, allowing for flexible and easy modifications of the systems file and folders.

## Installation & how to use
To use this package in your own code, make sure your GO_PATH environment variable is correctly set, and install it using go get:

```
go get github.com/sanderhelleso/filefriend
```

Then, you can include it in your project:

```
import "github.com/sanderhelleso/filefriend"
```

Alternatively, you can clone it yourself:

```
git clone https://github.com/sanderhelleso/filefriend.git
```

## Documentation
Detailed documentation and overview of the package can be found here

## Licence
MIT