{"id":17964815,"url":"https://github.com/raphexion/erlmemfs","last_synced_at":"2025-03-25T06:31:04.033Z","repository":{"id":57496618,"uuid":"178472167","full_name":"Raphexion/erlmemfs","owner":"Raphexion","description":"A simple in-memory filesystem inspirered and intended to be used with Bifrost.","archived":false,"fork":false,"pushed_at":"2019-06-05T12:49:57.000Z","size":117,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:11:48.405Z","etag":null,"topics":["bifrost","erlang","filesystem","property-based-testing"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Raphexion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-29T20:34:24.000Z","updated_at":"2022-12-23T12:01:09.000Z","dependencies_parsed_at":"2022-09-03T02:10:44.609Z","dependency_job_id":null,"html_url":"https://github.com/Raphexion/erlmemfs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Ferlmemfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Ferlmemfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Ferlmemfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Ferlmemfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raphexion","download_url":"https://codeload.github.com/Raphexion/erlmemfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245413626,"owners_count":20611350,"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":["bifrost","erlang","filesystem","property-based-testing"],"created_at":"2024-10-29T12:08:51.030Z","updated_at":"2025-03-25T06:31:03.761Z","avatar_url":"https://github.com/Raphexion.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Raphexion/erlmemfs.svg?branch=master)](https://travis-ci.org/Raphexion/erlmemfs)\n[![codecov.io](https://codecov.io/gh/Raphexion/erlmemfs/coverage.svg?branch=master)](https://codecov.io/gh/Raphexion/erlmemfs?branch=master)\n\nerlmemfs\n========\n\nA simple in-memory filesystem inspirered and intended to be used\nwith [Bifrost](https://github.com/ryancrum/bifrost).\n\nUse property testing to test functionality.\n\n[Property based testing](https://pragprog.com/book/fhproper/property-based-testing-with-proper-erlang-and-elixir)\n\nGetting Started\n---------------\n\n```sh\nrebar3 shell\n\n{ok, Fs} = erlmemfs_sup:create_erlmemfs().\n\nerlmemfs:make_directory(Fs, \"my_folder\").\nerlmemfs:change_directory(Fs, \"my_folder\").\n\nerlmemfs:put_file(Fs, \"my_file\", \u003c\u003c1,2,3,4\u003e\u003e).\n\nerlmemfs:list_files(Fs).\n```\n\nTesting and cover\n-----------------\n\n```sh\nrebar3 proper --cover\nrebar3 cover\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphexion%2Ferlmemfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphexion%2Ferlmemfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphexion%2Ferlmemfs/lists"}