Ta mémoire technique
collaborative
Ne perds plus jamais une commande. Recherche, copie et partage tes solutions techniques en quelques secondes.
Crée un projet avec un identifiant d'organisation personnalisé.
flutter create --org com.company nom_projet
Crée un nouveau projet Flutter avec la structure par défaut.
flutter create nom_projet
Crée un projet Angular avec les composants standalone (Angular 17+).
ng new nom-projet --standalone
Crée un nouveau projet Angular avec les options interactives.
ng new nom-projet
Crée un projet Angular sans routing avec SCSS.
ng new nom-projet --routing=false --style=scss
Génère un fichier de migration.
php artisan make:migration create_nom_table_table
Génère un Controller sans les méthodes create et edit.
php artisan make:controller Api/NomController --api
Top commandes
Explorer par technologie
Des commandes à partager ?
Rejoins la communauté et partage tes solutions avec d'autres développeurs.
Créer mon compte