Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yudai-nkt/vscode-gibo
gibo interface for Visual Studio Code
https://github.com/yudai-nkt/vscode-gibo
git gitignore gitignore-generator visual-studio-code vscode vscode-extension
Last synced: about 1 month ago
JSON representation
gibo interface for Visual Studio Code
- Host: GitHub
- URL: https://github.com/yudai-nkt/vscode-gibo
- Owner: yudai-nkt
- License: mit
- Created: 2019-10-20T17:26:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:54:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T23:34:39.394Z (almost 2 years ago)
- Topics: git, gitignore, gitignore-generator, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# `vscode-gibo` extension
gibo interface for Visual Studio Code.![demo][]
## Overview
[gibo][] is a command line tool that helps you create .gitignore files by populating [GitHub's gitignore templates][github/gitignore].
`vscode-gibo` enables you to use gibo from within Visual Studio Code.## Prerequisites
gibo of version 2.2 or later needs to be installed.## Installation
This extension has not been published on Visual Studio Marketplace yet.
You need to manually clone the repository, and package the VSIX format to install this extension.## Usage
Invoke 'Create or append to .gitignore' from the command palette, and then select boilerplate(s) you want to use.
If you have multiple folders in your workspace, you will be asked to select in which folder you want to create a .gitignore before boilerplate selection.## Contribution
Contributions are highly welcome. Feel free to report an [issue][] or submit a [pull request][].
## License
This package is distributed under the MIT License.
See [LICENSE.md](./LICENSE.md) for details.[demo]: ./demo.gif
[gibo]: https://github.com/simonwhitaker/gibo
[github/gitignore]: https://github.com/github/gitignore
[issue]: https://github.com/yudai-nkt/vscode-gibo/issues
[pull request]: https://github.com/yudai-nkt/vscode-gibo/pulls