{"id":20230848,"url":"https://github.com/ethul/psc-release","last_synced_at":"2026-05-29T13:31:07.279Z","repository":{"id":24545499,"uuid":"27952176","full_name":"ethul/psc-release","owner":"ethul","description":"Install PureScript binary releases","archived":false,"fork":false,"pushed_at":"2014-12-13T19:13:38.000Z","size":204,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T02:47:59.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ethul.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":"2014-12-13T06:41:22.000Z","updated_at":"2014-12-13T19:13:33.000Z","dependencies_parsed_at":"2022-08-23T00:51:20.280Z","dependency_job_id":null,"html_url":"https://github.com/ethul/psc-release","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpsc-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpsc-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpsc-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpsc-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethul","download_url":"https://codeload.github.com/ethul/psc-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241676798,"owners_count":20001563,"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-11-14T07:44:03.104Z","updated_at":"2026-05-29T13:31:07.265Z","avatar_url":"https://github.com/ethul.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psc-release\n\n\u003e Install PureScript binary releases.\n\n## Install\n\n```sh\n$ npm install psc-release\n```\n\n## Usage\n\n```js\nvar pscRelease = require('psc-release');\n\npscRelease({}, function(e){\n  if (e) console.log(e);\n  else console.log('Latest release installed.');\n});\n```\n\n## API\n\n### pscRelease(options, callback)\n\nOptions may contain values specified below. The callback will be passed\nan error when the install fails. No other value is provided to the\ncallback. The `pscRelease` function call returns no value.\n\n## Options\n\n### tag\n\nType: `String`\nDefault: `null`\n\nOptional tag of the purescript release to install. The latest release of\nPureScript is installed when the value is empty.\n\n### github\n\nType: `Object`\nDefault: `{owner: 'purescript', repo: 'purescript'}`\n\nGithub owner and repository where purescript releases are uploaded to.\n\n### os\n\nType: `Object`\nDefault: `{darwin: 'macos', linux: 'linux64'}`\n\nMapping of supported OS platform to Github asset filename.\n\n### platform\n\nType: `String`\nDefault `require('os').platform()`\n\nOS platform used to look up the asset filename from the `os` option.\n\n### bin\n\nType: `String`\nDefault: `node_modules/.bin`\n\nDestination directory for purescript binaries.\n\n### del\n\nType: `Array`\nDefault: `['psc', 'psc-docs', 'psc-make', 'psci']`\n\nFilenames of binaries to cleanup on failed install. The `bin` option is appended to the filename.\n\n### temp\n\nType: `String`\nDefault: `psc-release`\n\nTemporary directory name used to store downloaded assets.\n\n### enc\n\nType: `String`\nDefault: `utf-8`\n\nFile encoding used during shasum check.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethul%2Fpsc-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethul%2Fpsc-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethul%2Fpsc-release/lists"}