Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ledevnovice/my-utils

Selection of code snippets and terminal commands that I've needed multiple times.
https://github.com/ledevnovice/my-utils

Last synced: about 8 hours ago
JSON representation

Selection of code snippets and terminal commands that I've needed multiple times.

Awesome Lists containing this project

README

        

# My Utils
_A selection of code snippets and terminal commands that I frequently use in various projects. This repository serves as a personal toolkit to streamline development processes and enhance productivity._

_Feel free to reuse all the contents of this repository._

## Contents
- **GIT**
- **Config**
- [Change locally the username and email linked to the commits of a project.](https://github.com/LeDevNovice/my-utils/blob/master/git/config.md#change-locally-the-username-and-email-linked-to-the-commits-of-a-project)
- [Verify the username and email that will be linked to the commits of a project.](https://github.com/LeDevNovice/my-utils/blob/master/git/config.md#change-locally-the-username-and-email-linked-to-the-commits-of-a-project)
- **KUBERNETES**
- **Commands**
- [Copy a file from a Kubernetes pod to a local destination on my machine.](https://github.com/LeDevNovice/my-utils/blob/master/kubernetes/commands.md#copy-a-file-from-a-kubernetes-pod-to-a-local-destination-on-my-machine)
- [Delete all the pods of a specific namespace that have an error status.](https://github.com/LeDevNovice/my-utils/blob/master/kubernetes/commands.md#delete-all-the-pods-of-a-specific-namespace-that-have-an-error-status)
- **NODE.JS**
- [Find the path and retrieve the content of package.json file of a Node.js project.](https://github.com/LeDevNovice/my-utils/blob/master/nodejs/getPackageJson.ts)
- **NPM**
- [Generate tarball of a NPM project to see package build and test it.](https://github.com/LeDevNovice/my-utils/blob/master/npm/commands.md#generate-tarball-of-a-npm-project-to-see-package-build-and-test-it)