Skip to content

Instantly share code, notes, and snippets.

View nmicht's full-sized avatar

Michelle Torres nmicht

View GitHub Profile
@nmicht
nmicht / soft-eng-agentur-fur-arbeit.json
Created March 5, 2023 12:23
Software Engineer roles lists in the Agentur fur Arbeit site
[ {
"bezeichnung" : "Softwareentwickler/in",
"berufId" : 15260,
"istReglementiert" : false
}, {
"bezeichnung" : "Leiter/in - Softwareentwicklung",
"berufId" : 90610,
"istReglementiert" : false
}, {
"bezeichnung" : "Mathematisch-technische/r Softwareentwickler/in",
@nmicht
nmicht / recursos-para-aprender.md
Last active April 2, 2024 14:05
Recursos para aprender
@nmicht
nmicht / .npm-init.js
Last active April 5, 2024 12:22
Script to override the npm init. Prompts for the normal stuff, but also creates a github repository
/**
* This script can be used to override the current behave of `npm init`
* Can have a set of "defaults" values and also, will include functionality
* to create a Github repository for the project.
*
* You can set it:
* npm config set init-module YOUR-PATH/.npm-init.js
*
* Note: This is a work in progress, so there are some failures, mostly because
* npm is using promzard for the prompts, and it doesn't have async methods, so