Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sanderhelleso/filefriend
- Owner: sanderhelleso
- License: mit
- Created: 2019-03-11T21:20:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T07:30:27.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T03:31:18.672Z (6 months ago)
- Topics: create-file-structure, filesystem-library, go, golang, move-files, os, rename-files
- Language: Go
- Homepage: http://godoc.org/github.com/sanderhelleso/filefriend
- Size: 65.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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