Skip to content

walterrdev/FreeDevTools

 
 

FreeDevTools

GitHub stars
GitHub forks
GitHub commit activity
GitHub last commit
GitHub repo size
Deployment
GitHub issues

A curated collection of 1,25,000+ free resources, icons, cheat sheets, and TLDRs. No login, unlimited downloads.


📘 Table of Contents


Quick Start

  1. Clone the repository

    git clone https://github.com/yourusername/freedevtools.git
    cd freedevtools
  2. Install dependencies

    cd frontend
    npm install
  3. Run development server

    make run
  4. Run production server

    make start-prod

    To skip sitemap generation in the background when starting the production server, use:

    make start-prod SKIP_SITEMAP=1

Installing InstallerPedia Manager (ipm)

InstallerPedia Manager (ipm) is a CLI tool that installs from repositories using reliable installation instructions.

It currently supports

ipm install reponame - Launches the installation process for installing from the repository.

ipm show reponame - Shows details about a repository and its installation.

ipm search reponame - Search for a specific repository.

You can install ipm via this command

curl -fsSL https://raw.githubusercontent.com/HexmosTech/freeDevTools/main/install_ipm.sh | bash

To get the latest updates, run ipm update.

Configuration (ipm.toml)

You can customize ipm behavior by creating a .ipm.toml file in your home directory:

  • Linux/macOS: ~/.ipm.toml
  • Windows: C:\Users\<User>\.ipm.toml

Options

Currently, you can toggle whether ipm prompts you to report installation bugs to GitHub when you interrupt a process (Ctrl+C) or cancel an installation:

# Enable/Disable bug report prompts on exit (Default: true)
report-bugs = false

Related Projects

git-lrc: Free, Unlimited AI Code Reviews That Run on Commit.

git-lrc

AI agents write code fast. They also silently remove logic, change behavior, and introduce bugs -- without telling you. You often find out in production. git-lrc fixes this. It hooks into git commit and reviews every diff before it lands. 60-second setup.

👉 Check out: git-lrc Any feedback or contributors are welcome! It’s online, source-available, and ready for anyone to use. Star us on GitHub.


Contributing

We welcome contributions! Here's how you can help:

CONTRIBUTING.md


Made with ❤️ by the developer community


Contributors

  1. lovestaco
  2. RijulTP
  3. LinceMathew
  4. shrsv
  5. Amazing-Stardom
  6. MuchiraIrungu
  7. soham-founder
  8. Janmesh23
  9. Jayant-Jeet

About

A collection of free 1,25,000+ dev resources including tools, icons, emojis, cheat sheets, and TLDRs. No login, unlimited downloads.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 42.5%
  • Go 31.3%
  • templ 12.9%
  • Python 7.2%
  • JavaScript 2.9%
  • Makefile 1.3%
  • Other 1.9%