Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ledevnovice/my-utils
- Owner: LeDevNovice
- Created: 2024-07-18T12:40:20.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T18:41:33.000Z (5 months ago)
- Last Synced: 2024-11-09T04:09:00.038Z (about 2 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)