{"id":15294063,"url":"https://github.com/daisydogs07/filesystem","last_synced_at":"2026-01-29T12:34:50.831Z","repository":{"id":257804800,"uuid":"863949861","full_name":"DaisyDogs07/FileSystem","owner":"DaisyDogs07","description":"The Linux File System in C++ for Linux/Windows","archived":false,"fork":false,"pushed_at":"2024-12-08T06:44:55.000Z","size":341,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T05:12:00.064Z","etag":null,"topics":["filesystem","linux","nodejs","windows"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@daisydogs07/filesystem","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaisyDogs07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-27T08:03:41.000Z","updated_at":"2024-12-08T06:43:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"226a7779-9692-41bb-bc48-6baece846deb","html_url":"https://github.com/DaisyDogs07/FileSystem","commit_stats":null,"previous_names":["daisydogs07/filesystem"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaisyDogs07%2FFileSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaisyDogs07%2FFileSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaisyDogs07%2FFileSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaisyDogs07%2FFileSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaisyDogs07","download_url":"https://codeload.github.com/DaisyDogs07/FileSystem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252817651,"owners_count":21808707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filesystem","linux","nodejs","windows"],"created_at":"2024-09-30T16:56:31.761Z","updated_at":"2026-01-29T12:34:50.777Z","avatar_url":"https://github.com/DaisyDogs07.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Linux File System in C++ for Linux/Windows\n## Library Install\n\n### Windows\nYou must have Visual Studio 2022 with the \"Desktop Development with C++\" component installed.\n\nOnce it is installed,\nOpen \"x64 Native Tools Command Prompt for VS 2022\",\nAnd run the following command:\n\n```\ncl /O2 /std:c++17 /LD /Zi FileSystem.cc\n```\n\nThis will make `FileSystem.dll` and `FileSystem.lib` for you to use with your applications.\nIt will also make `FileSystem.pdb` for debugging the library.\n\nIf you wish to leave out debug info, Remove the `/Zi` flag.\n\n### Linux\nYou must have any compiler installed. For this example, I'll assume you have `g++` installed.\n\nOnce you have installed the compiler, Run the following command:\n\n```\ng++ -O2 -g -fPIC -shared -o FileSystem.so FileSystem.cc\n```\n\nThis will make `FileSystem.so` for you to use with your applications.\n\nIf you wish to leave out debug info, Remove the `-g` flag.\n\n## Node.js Install\nYou must follow the [Library Install](#library-install) steps first\nbefore installing the Node.js Module.\n\nOnce you have completed the [Library Install](#library-install),\nSimply run the following command:\n\n```\nnpm i\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisydogs07%2Ffilesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaisydogs07%2Ffilesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisydogs07%2Ffilesystem/lists"}