Ta mémoire technique
collaborative
Ne perds plus jamais une commande. Recherche, copie et partage tes solutions techniques en quelques secondes.
Affiche l'inventaire complet en JSON (hôtes et variables).
ansible-inventory --list
Invoque une fonction Lambda avec un payload JSON.
aws lambda invoke --function-name ma-fonction --payload '{"key":"value"}' response.json
Build et génère un fichier stats.json pour analyser le bundle.
ng build --stats-json
Analyse la taille du bundle avec webpack-bundle-analyzer.
npm install -g webpack-bundle-analyzer && ng build --stats-json && npx webpack-bundle-analyzer dist/nom-projet/stats.json
Génère le code automatique (json_serializable, freezed, etc.).
dart run build_runner build
Ajoute Freezed pour les classes immutables et la sérialisation JSON.
flutter pub add freezed_annotation json_annotation && flutter pub add --dev freezed json_serializable build_runner
Top commandes
Explorer par technologie
Des commandes à partager ?
Rejoins la communauté et partage tes solutions avec d'autres développeurs.
Créer mon compte