Aju100 / gitignore

CLI app that will create a .gitignore file for the project specified by the developer for productivity instead of wasting time to get the templates of specific programming projects on the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitignore

CLI app that will create a .gitignore file for the project specified by the developer for productivity instead of wasting time to get the templates of specific programming projects on the browser.

demo of gitignore creating ignore file of python project

Contents

Installation

On Ubuntu 18 or above

git clone https://github.com/Aju100/gitignore
cd gitignore
sudo cp /usr/local/bin

Using Docker

As an alternative, it is also possible to build a Docker image.

Make sure you have install docker on your machine

sudo docker build -t nameofapp .
sudo docker run -it nameofapp

Contribute

Contributions are always welcome! Please read the contribution guidelines first.

Help

If you need any help anywhere in the process, you can open Github issue.

License

This project is currently licensed under the MIT General Public License v3. i.e. we guarantee end users the freedom to run, study, share, and modify the software.

Acknowledgements and Credits

gitignore is just a automating script. It would not have been possible without the following organization.

Made with ❤️ and Bash

About

CLI app that will create a .gitignore file for the project specified by the developer for productivity instead of wasting time to get the templates of specific programming projects on the browser.

License:MIT License


Languages

Language:Shell 97.3%Language:Dockerfile 2.7%