https://github.com/wesleyegberto/cerebro-gitignore-builder
Cerebro plugin to build .gitignore content using gitignore.io
https://github.com/wesleyegberto/cerebro-gitignore-builder
cerebro cerebro-plugin gitignore gitignore-generator
Last synced: about 1 month ago
JSON representation
Cerebro plugin to build .gitignore content using gitignore.io
- Host: GitHub
- URL: https://github.com/wesleyegberto/cerebro-gitignore-builder
- Owner: wesleyegberto
- License: mit
- Created: 2018-06-28T05:11:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T22:40:35.000Z (almost 7 years ago)
- Last Synced: 2025-05-01T23:36:37.426Z (about 2 months ago)
- Topics: cerebro, cerebro-plugin, gitignore, gitignore-generator
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cerebro Plugin .gitignore Builder
Cerebro plugin to build **.gitignore** files using [gitignore.io](https://www.gitignore.io/)
## Usage
In Cerebro, type `gib ` and then the OS, IDEs, or programming languages that you are using.
Then hit ENTER and the .gitignore content will be sent to your clipboard.Example of use:
`gib linux,node,visualstudiocode`

## Installing
* Type `plugins gib` into Cerebro
* Click `install## TODOs
* Minify the build
## Related
- [Cerebro](http://github.com/KELiON/cerebro) – main repo for Cerebro app;
- [gitignore.io](https://www.gitignore.io/) - Service to create .gitignore files for your project;## License
MIT © [Wesley Egberto](https://github.com/wesleyegberto)