July 5th, 2024

Show HN: A simple app to create .gitignore files

GitHub repository offers a .gitignore Builder UI tool for creating .gitignore files. A demo link is provided. To use locally, download the repository, run 'npm install' and 'npm run dev' in the terminal. Access via localhost.

Read original articleLink Icon
Show HN: A simple app to create .gitignore files

The GitHub repository is for a .gitignore Builder UI, providing a tool for users to create .gitignore files. A demo of the app is available at the provided link. To run the project locally, users can download or clone the repository, navigate to the project folder in a terminal, and execute 'npm install' followed by 'npm run dev'. This will allow users to access the app through a web browser using the specified localhost address.

Related

Show HN: Glasskube – Open Source Kubernetes Package Manager, alternative to Helm

Show HN: Glasskube – Open Source Kubernetes Package Manager, alternative to Helm

The GitHub repository for Glasskube, a Kubernetes package manager, offers a user-friendly CLI/UI, package management, secure updates, GitOps integration, reactions/comments, and support for private packages. It includes installation guides, architecture, support channels, and contribution guidelines.

Git-cliff – Generate changelog from the Git history

Git-cliff – Generate changelog from the Git history

A customizable changelog generator, git-cliff, is now in version 2.0. It supports regex parsers, config files, and conventional commits. Integration available for Rust, Python, and Node.js. Copyright spans 2021-2024.

Browser that uses ChatGPT to render web like it's 1996

Browser that uses ChatGPT to render web like it's 1996

The GitHub URL showcases "Web98: Fantasy Internet Simulator" by Nate Parrott. It offers a 1996 internet simulation through chatGPT, featuring various themed worlds and utilities. Installation requires Testflight or Xcode. OpenAI API key is essential.

Show HN: Code to run Gemini (Nano) locally on desktop/Chrome

Show HN: Code to run Gemini (Nano) locally on desktop/Chrome

The GitHub guide explains running Google Nano on desktop with Chrome Canary. It includes setup steps, testing guidance, and a demo link for practical exploration. Find detailed instructions on the GitHub page.

Open-Source Perplexity – Omniplex

Open-Source Perplexity – Omniplex

The Omniplex open-source project on GitHub focuses on core functionality, Plugins Development, and Multi-LLM Support. It utilizes TypeScript, React, Redux, Next.js, Firebase, and integrates with services like OpenAI and Firebase. Community contributions are welcomed.

Link Icon 4 comments
By @sea-gold - 3 months
Looks very similar to Toptal gitignore.io[1][2]

[1]: https://www.toptal.com/developers/gitignore/

[2]: https://github.com/toptal/gitignore.io

By @Something1234 - 3 months
I have a shell function that does a similar thing. I just never got used to using it actively. Looks like your app is pretty’s cool

https://www.henryschmale.org/2018/05/23/add-gitignore.html

By @pmdfgy - 3 months
Am I the only one who creates them manually and add an entry only when I see a file that should not be committed when I "git status" ?

I mean, .gitignore is a simple text file, editable from any tool. Why would anyone bother exporting such a file in JSON to then add it as a text file to a repository ?

I'm sorry, but I don't see any actual usage for this. There is no point in having a bloated .gitignore with things you don't even use.

By @robofanatic - 3 months
What does it do that I cant do in a notepad?