project-blueprint
v1.0.3
Published
CLI tool to create projects from GitHub templates
Readme
blueprint
🎨 Un outil CLI pour créer des projets à partir de templates GitHub
Installation
Installation globale
Depuis npm:
npm install -g blueprint-cliUtilisation
Créer un nouveau projet
blueprint create <nom-du-projet>Options disponibles
-t, --template <url>: URL du template GitHub (par défaut: "https://github.com/wooandoo/fullstack-template")-d, --directory <path>: Répertoire de destination (par défaut: nom du projet)
Exemples
# Créer un projet avec le template par défaut
blueprint create mon-projet
# Créer un projet avec un template spécifique
blueprint create mon-projet -t https://github.com/utilisateur/mon-template
# Créer un projet dans un répertoire spécifique
blueprint create mon-projet -d /chemin/vers/dossierDéveloppement
Pour exécuter en mode développement:
bun run index.tsThis project was created using bun init in bun v1.2.20. Bun is a fast all-in-one JavaScript runtime.
