laravel-examples
tldr
laravel-examples | tldr | |
---|---|---|
1 | 275 | |
71 | 54,802 | |
- | 1.7% | |
3.5 | 10.0 | |
over 1 year ago | 3 days ago | |
Markdown | ||
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
laravel-examples
tldr
-
AI Coding and the Peanut Butter and Jelly Problem
Before LLMs there existed quite a few tools to try to help with understanding CLI options; off the top of my head there are https://github.com/tldr-pages/tldr and explainshell.com
LLMs are both more general and more useful than those tools. They're more flexible and composable, and can replace those tools with a small wrapper script. Part of the reason why the LLMs can do that though is because it has those other tools as datasets to train off of.
-
Man pages are great, man readers are the problem
I agree. In case you haven't heard of it already https://tldr.sh is pretty good for this.
-
fd: A simple, fast and user-friendly alternative to 'find'
I just use at the command line:
? toolname
Eg
? git branch
which gives me common examples of git branch
For anything I can't remember. It aliases to tldr which is normally up to date with new tools.
See also cheat.sh etc.
https://tldr.sh/
- TLDR Pages
-
17 Essential CLI Tools to Boost Developer Productivity
tldr
- Tldr Pages
- Tldr pages – tl;dr for man pages
-
Funding restored for man-page maintenance
If you like examples, you might like the “tldr” command.
https://tldr.sh/
-
A brief recap of what I did this Month
TLDR - Adding Documentation to Azure Cli https://github.com/tldr-pages/tldr/pull/13934
-
My First Hacktoberfest Pull Request
View on GitHub
What are some alternatives?
tldrlfs - Too Long; Didn't Read Linux From Scratch
tealdeer - A very fast implementation of tldr in Rust.
switching-to-contracting-uk - A step by step guide of how to start contracting in United Kingdom
cheat - cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
stripe-laravel - Cartalyst Stripe package integration for Laravel.
cheat.sh - the only cheat sheet you need