Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uriegel/filesystem-utilities
https://github.com/uriegel/filesystem-utilities
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uriegel/filesystem-utilities
- Owner: uriegel
- License: mit
- Created: 2020-11-03T08:17:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T08:23:46.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T20:53:56.175Z (about 1 month ago)
- Language: C++
- Size: 232 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filesystem-utils
File system utilities for Node.js
## Prerequisites Fedora
```
sudo dnf install gcc-c++ gtk3-devel
```## Prerequisites Ubuntu
```
sudo apt-get install build-essential libgtk-3-dev
```