{"id":17087888,"url":"https://github.com/geraintluff/node-reapack","last_synced_at":"2026-05-10T09:41:29.201Z","repository":{"id":66040938,"uuid":"78738713","full_name":"geraintluff/node-reapack","owner":"geraintluff","description":"Command-line tool for ReaPack (REAPER package tool) index file generation","archived":false,"fork":false,"pushed_at":"2018-07-07T09:04:18.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T21:18:23.029Z","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/geraintluff.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":"2017-01-12T11:26:20.000Z","updated_at":"2022-05-06T15:27:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"49b06cb1-a3b0-4a89-9a13-24dc22a3d18f","html_url":"https://github.com/geraintluff/node-reapack","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/geraintluff%2Fnode-reapack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraintluff%2Fnode-reapack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraintluff%2Fnode-reapack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraintluff%2Fnode-reapack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geraintluff","download_url":"https://codeload.github.com/geraintluff/node-reapack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119592,"owners_count":20563763,"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":"2024-10-14T13:35:18.729Z","updated_at":"2026-05-10T09:41:29.110Z","avatar_url":"https://github.com/geraintluff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command-line (Node.js module) for ReaPack index file generation\n\nThis is an index generator and release manager for a ReaPack collection (REAPER effects, themes, etc.) hosted on a static site (e.g. GitHub Pages, or your own web-server).  It is written in Node (JavaScript).\n\n## How it works\n\nThe state is stored in `reapack.json`, and this is used to generate the `index.xml` used by ReaPack.  (Do not modify `index.xml`, your changes will be overwritten.)\n\nEach release copies the applicable files to a new release folder, with a JSON file (`reapack-version.json`) describing that release.  To create `index.xml`, the directory is scanned for `reapack-version.json` files.\n\n## How to install\n\n```\nnpm install -g reapack\n```\n\nIf a global install (`-g`) doesn't work, then you can do a local install, and instead of just running `reapack`, run `node node_modules/reapack`.\n\n## How to use it\n\nThe command-line attempts to be intuitive (use `--help` on any command to get more information), but here are some examples to get started:\n\nView the index and list all packages:\n\n```\n\u003e reapack index\n\nGeraint's JSFX\n--------------\nREADME: README.md\nlinks:\n           website:     https://geraintluff.github.io/jsfx/\npackages:\n        Bad Connection (effect in \"Distortion\")\n        Dual Distortion (effect in \"Distortion\")\n        Spectrum Matcher (effect in \"Utility\")\n```\n\nView a package:\n\n```\n\u003e reapack package \"Bad Connection\"\nBad Connection\n--------------\ntype:           effect\ncategory:       Distortion\nversion:        1.0.1\nfiles:\n        Bad Connection.jsfx\n        ui-lib.jsfx-inc\nlinks:\n        screenshot: Bad Connection.png\n```\n\nAdd/remove files:\n\n```\n\u003e reapack package \"Bad Connection\" --add \"some-file.jsfx\" --remove \"other-file.jsfx\"\n```\n\nSimulate a ReaPack install (useful when developing your effects):\n\n```\n\u003e reapack install C:\\Users\\Geraint\\AppData\\Roaming\\REAPER\n```\n\n## TODO\n\nThere are some missing features (e.g. a command to add links, remove/rename packages), which at the moment are only possible by editing `reapack.json` by hand.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraintluff%2Fnode-reapack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeraintluff%2Fnode-reapack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraintluff%2Fnode-reapack/lists"}