© 2022 Hashnode
#cli
Developers tend to have different opinions on how TailwindCSS classes should be sorted and that may cause issues in larger teams. BUT i found a solution. What is Tailwind? TailwindCSS is a powerfull…
Hello everyone, My name is Tony Quach. I am a second-year Software Engineering student. I have written my first npm package called Climan. I love the open-source community and this is my first attempt…
Hola amigos de la #nerdytud En el día de hoy quiero compartirles el paso a paso para la creación de una aplicación de tipo cli generada con react e ink Crear carpeta de proyecto mkdir dummy-cli && cd …
I work on Mac OSX and Linux command line environments. My tool kit is shaped by the needs I have. This is my tool box of tools that work with almost any command and help me go from just using the comm…
Hello, everyone! I am delighted to be working on Kart under the mentorship of Robert Coup, Craig de Stigter and Andrew Olsen for the project - Kart CLI Help Improvements as part of the Google Summer o…
Salesforce developers have contributed much to the open-source community. Among their many contributions is an important, but perhaps lesser-known, project named oclif. The Open CLI Framework was anno…
Quite a while ago, my good friend and colleague InHu Official asked me if I knew how many words I'd written. And although I'm at 800+ articles, I had no idea how many words this was. So I decided to f…
gestion des fichiers Il est de fois compliqué de se familiariser avec le système Linux. Alors que ce dernier est souvent utilisé dans la gestion des serveurs par exemple. Ainsi avoir les bases sur la …
There is a high chance you are using GitHub for your projects and are aware of GitHub Actions(GA). They are a GitHub feature that lets you run "workflows," commonly known as CI/CD jobs, on your GitHub…
Problem statement It is a very common requirement to debug a PHP CLI application while you are working on a new feature, or fixing a bug. Statements like var_dump, print_r, etc. work, but sometimes it…