{"id":26665321,"url":"https://github.com/elsehow/bundledown","last_synced_at":"2025-03-25T17:36:50.659Z","repository":{"id":57191573,"uuid":"46443004","full_name":"elsehow/bundledown","owner":"elsehow","description":"include statements for markdown c:","archived":false,"fork":false,"pushed_at":"2016-06-09T17:48:01.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T11:45:15.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elsehow.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}},"created_at":"2015-11-18T19:44:49.000Z","updated_at":"2016-06-09T17:39:12.000Z","dependencies_parsed_at":"2022-09-01T06:01:51.987Z","dependency_job_id":null,"html_url":"https://github.com/elsehow/bundledown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fbundledown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fbundledown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fbundledown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fbundledown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsehow","download_url":"https://codeload.github.com/elsehow/bundledown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245511366,"owners_count":20627376,"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":[],"created_at":"2025-03-25T17:36:49.980Z","updated_at":"2025-03-25T17:36:50.648Z","avatar_url":"https://github.com/elsehow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bundledown\n\nrecursively bundle arbitrary files!!!!\n\n## installation\n\n    npm install -g bundledown\n\n## usage\n\nmake a markdown file:\n\n```markdown\n\n# my cool markdown document\n\nlets bundle some markdown\n\n@include('./src/other-markdown-file.md')\n\nnice\n\n```\n\nnow just\n\n    bundledown index.md -o bundle.md\n    \nor, in js,\n\n```js\nvar bundledown = require('bundledown')\nvar filePath = require('path').join(__dirname, 'myfile.md')\nvar readStream = require('fs').createReadStream(filePath)\n\nbundledown(readStream).pipe(process.stdout)\n```\n\n## api\n\n### bundledown(path)\n\nrecursively bundles the file at path. returns a stream.\n\n## license\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fbundledown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsehow%2Fbundledown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fbundledown/lists"}