{"id":17056658,"url":"https://github.com/mbrn/filefy","last_synced_at":"2025-09-04T12:50:01.106Z","repository":{"id":50752479,"uuid":"152996540","full_name":"mbrn/filefy","owner":"mbrn","description":"A javascript library to produce downloadable files such as in CSV, PDF, XLSX, DOCX formats","archived":false,"fork":false,"pushed_at":"2021-05-31T06:43:36.000Z","size":23,"stargazers_count":44,"open_issues_count":8,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-27T03:13:55.030Z","etag":null,"topics":["csv","excel","export","file-export","javascript","pdf","word"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mbrn.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":"2018-10-14T16:48:12.000Z","updated_at":"2024-10-06T19:20:31.000Z","dependencies_parsed_at":"2022-09-02T12:23:14.668Z","dependency_job_id":null,"html_url":"https://github.com/mbrn/filefy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mbrn/filefy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrn%2Ffilefy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrn%2Ffilefy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrn%2Ffilefy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrn%2Ffilefy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrn","download_url":"https://codeload.github.com/mbrn/filefy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrn%2Ffilefy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271424978,"owners_count":24757376,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csv","excel","export","file-export","javascript","pdf","word"],"created_at":"2024-10-14T10:25:10.632Z","updated_at":"2025-08-21T04:30:52.267Z","avatar_url":"https://github.com/mbrn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filefy\n[![Build Status](https://travis-ci.org/mbrn/filefy.svg?branch=master)](https://travis-ci.org/mbrn/filefy)\n[![npm package](https://img.shields.io/npm/v/filefy/latest.svg)](https://www.npmjs.com/package/filefy)\n[![NPM Downloads](https://img.shields.io/npm/dt/filefy.svg?style=flat)](https://npmcharts.com/compare/filefy?minimal=true)\n[![Follow on Twitter](https://img.shields.io/twitter/follow/baranmehmet.svg?label=follow+baranmehmet)](https://twitter.com/baranmehmet)\n\n\nA javascript library to produce downloadable files such as in CSV, PDF, XLSX, DOCX formats\n\n\u003e Only CSV export is available for now!\n\n## Installation\n\nTo install filefy with `npm`:\n\n    npm install --save filefy\n\nTo install filefy with `yarn`:\n\n    yarn add filefy\n\n## Usage\n\n```js\nimport { CsvBuilder } from 'filefy';\n\nvar csvBuilder = new CsvBuilder(\"user_list.csv\")\n  .setColumns([\"name\", \"surname\"])\n  .addRow([\"Eve\", \"Holt\"])\n  .addRows([\n    [\"Charles\", \"Morris\"],\n    [\"Tracey\", \"Ramos\"]\n  ])\n  .exportFile();\n```\n\n## Licence\n\nThis project is licensed under the terms of the [MIT license](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrn%2Ffilefy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrn%2Ffilefy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrn%2Ffilefy/lists"}