{"id":15286319,"url":"https://github.com/chassis/vagrant-node","last_synced_at":"2026-01-05T01:49:56.807Z","repository":{"id":57101288,"uuid":"206969284","full_name":"Chassis/vagrant-node","owner":"Chassis","description":"Node helpers for interacting with Vagrant","archived":false,"fork":false,"pushed_at":"2019-09-08T14:00:39.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T09:50:01.277Z","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/Chassis.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":"2019-09-07T13:05:15.000Z","updated_at":"2021-05-25T19:33:00.000Z","dependencies_parsed_at":"2022-08-20T17:31:02.673Z","dependency_job_id":null,"html_url":"https://github.com/Chassis/vagrant-node","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/Chassis%2Fvagrant-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2Fvagrant-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2Fvagrant-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2Fvagrant-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chassis","download_url":"https://codeload.github.com/Chassis/vagrant-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245169984,"owners_count":20571989,"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-09-30T15:12:51.798Z","updated_at":"2026-01-05T01:49:56.779Z","avatar_url":"https://github.com/Chassis.png","language":"JavaScript","readme":"# Vagrant Node\n\nNode helpers for interacting with Vagrant.\n\n## Installation\n\nVagrant Node is available on npm, simply add it to your project to get started:\n\n```\nnpm i @chassis-wp/vagrant-node\n\n# Or, if you're using Yarn\nyarn add @chassis-wp/vagrant-node\n```\n\n## Usage\n\nThe public API of Vagrant Node is available via `require( 'vagrant-node' )`.\n\n```js\nconst vagrant = require( 'vagrant-node' );\n\nconst allMachines = await vagrant.getAllMachines();\nconst getMachineStatus = await vagrant.getStatus( '~/Projects/chassis' );\n```\n\n## Installation For Development\n\n1. `git clone https://github.com/Chassis/vagrant-node.git \u003cyour-project\u003e`.\n2. `cd \u003cyour-project\u003e`.\n3. `npm install` or `yarn install`.\n4. `npm run watch` or `yarn watch`.\n\nA demo Node application is available in the `example/` directory. To run it:\n\n1. `cd example`\n2. `npm install` or `yarn install`\n3. `node index.js` and subcommands thereof.\n\n\n## Build\n\n1. `npm run build` or `yarn build`.\n\n\n## Licence\n\nThis code is licensed under the MIT license.\n\nCopyright (c) 2019-present Ryan McCue, Bronson Quick\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchassis%2Fvagrant-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchassis%2Fvagrant-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchassis%2Fvagrant-node/lists"}