alexadam / gitignore-builder

A simple app to create .gitignore files

Home Page:https://alexadam.github.io/demos/gitignore-builder/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.gitignore Builder UI

A simple app to create .gitignore files

Demo https://alexadam.github.io/demos/gitignore-builder/index.html

Data source: https://github.com/github/gitignore

img.png

Features

  • Filter by tags & name
  • Create custom lists of .gitignore files
  • Export / import as JSON
  • [TODO] Edit tags from the UI

How to run

Download or clone this project with git clone, open a terminal, go to the project's folder and run:

npm install
npm run dev

Then, open the link in a web browser (usually it's http://localhost:5173/)

About

A simple app to create .gitignore files

https://alexadam.github.io/demos/gitignore-builder/index.html

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.4%Language:CSS 0.2%Language:HTML 0.2%