{"id":22059258,"url":"https://github.com/opentable/grunt-mount","last_synced_at":"2025-07-24T00:31:44.461Z","repository":{"id":57255410,"uuid":"12130507","full_name":"opentable/grunt-mount","owner":"opentable","description":"grunt task to mount a network share","archived":true,"fork":false,"pushed_at":"2016-02-21T04:28:50.000Z","size":204,"stargazers_count":2,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-17T15:12:06.652Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentable.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":"2013-08-15T08:56:34.000Z","updated_at":"2024-12-03T11:58:26.000Z","dependencies_parsed_at":"2022-09-04T14:54:18.492Z","dependency_job_id":null,"html_url":"https://github.com/opentable/grunt-mount","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opentable/grunt-mount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-mount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-mount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-mount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-mount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentable","download_url":"https://codeload.github.com/opentable/grunt-mount/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-mount/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266774718,"owners_count":23982246,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-30T17:27:45.793Z","updated_at":"2025-07-24T00:31:44.187Z","avatar_url":"https://github.com/opentable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-mount [![Build Status](https://travis-ci.org/opentable/grunt-mount.png?branch=master)](https://travis-ci.org/opentable/grunt-mount) [![NPM version](https://badge.fury.io/js/grunt-mount.png)](http://badge.fury.io/js/grunt-mount) ![Dependencies](https://david-dm.org/opentable/grunt-mount.png)\n\nGrunt task to mount/unmount a network share\n\nProvides two tasks: mount and unmount.\n\n# Installation\n\n```js\nnpm install --save-dev grunt-mount\n```\n\n# Configuration\n\n```js\ngrunt.initConfig({\n  mount: {\n    share: {\n      options: {\n        windows: {                      // windows specific options\n          driveLetter: \"X\"\n        },\n        '*nix': {                       // *nix specific options\n          fileSystem: \"smbfs\",          // equivalent to 'mount -t [smbfs|cifs|nfs]'\n        },\n        share: {\n          host: \"my.server.com\",\n          folder: \"/path/on/server\"     // paths can be windows or *nix style (will be normalised)\n        },\n        mountPoint: \"./share\",          // path to mount the share (can be windows or unix style)\n        username: \"someuser\",\n        password: \"password\"\n      }\n    }\n  },\n  unmount: {\n    share: {\n      options: {\n        windows:{                    // windows specific options\n          driveLetter: \"X\"\n        },\n        mountPoint: \"./share\"\n      }\n    }\n  }\n});\n\ngrunt.loadNpmTasks('grunt-mount');\n```\n\nOn *nix systems, the share will be mounted at the specified mount-point. On Windows, the share will be mounted on the specified drive letter, and a symlink will be created at the mount-point.\n\n# Limitations:\n\n- Only works for Linux, MacOS and Windows (FreeBSD and SunOS coming)\n- Must specify a drive letter for Windows\n- MountPoint must be relative path in order for Windows compatibility\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fgrunt-mount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentable%2Fgrunt-mount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fgrunt-mount/lists"}