https://github.com/wallabyjs/dingo
Dingo VS Code Extension
https://github.com/wallabyjs/dingo
Last synced: 11 months ago
JSON representation
Dingo VS Code Extension
- Host: GitHub
- URL: https://github.com/wallabyjs/dingo
- Owner: wallabyjs
- License: mit
- Created: 2020-05-23T05:21:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T22:05:41.000Z (about 2 years ago)
- Last Synced: 2025-03-25T18:53:35.776Z (about 1 year ago)
- Language: TypeScript
- Size: 2.02 MB
- Stars: 53
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dingo Visual Studio Code Extension
## Features
This extension allows you to download and open a Git repository directly from VS Code.
The following repository locations/formats are supported:
- npm package name (e.g. `lodash`)
- GitHub repository URL (e.g. `https://github.com/lodash/lodash`)
- Git HTTP endpoint (e.g. `https://github.com/lodash/lodash.git`)
- Git SSH endpoint (e.g. `git@github.com:lodash/lodash.git`)

## Using
To use the extension, simply run the command `Dingo: Open`.
## License
Dingo is licensed under an [MIT license](LICENSE).
## About
Dingo is brought to you with ❤️ love ❤️ by the Wallaby.js team. While working on our
[Wallaby.js](https://wallabyjs.com/) and [Quokka.js](https://quokkajs.com/) products,
time after time we found ourselves performing the same steps: find repo for npm package,
clone repo, install dependencies, and then open in new instance of VS Code. We created
Dingo to simplify this process and hope that others will also find it useful.
## Contributing
Please read our [Contributing guide](CONTRIBUTING.md).