flowmaster-cli v1.1.10
🌊 FlowMaster CLI
A powerful and intuitive command-line tool for managing Git workflows with GitFlow methodology.
✨ Features
- 🎯 Interactive menu-driven interface
- 🌿 Feature branch management
- 🚀 Release management with pre-release support (alpha, beta, rc)
- 🔧 Hotfix handling
- 📝 Conventional commit creation
- 📊 Repository status monitoring
- 📘 Built-in workflow documentation
- 🔄 Automated changelog generation
🎯 Version Format
- Production:
X.Y.Z
(e.g., 1.0.0) - Pre-release:
X.Y.Z-stage.N
where stage is:alpha.N
: Internal testingbeta.N
: External testingrc.N
: Release candidate
🚀 Quick Start
- Install FlowMaster:
npm install -g flowmaster-cli
- Initialize a new project:
flowmaster init
- Start the interactive menu:
flowmaster
🚀 Installation
Pour installer FlowMaster CLI, exécutez la commande suivante :
npm install -g flowmaster-cli
Après l'installation, vous pouvez vérifier la version installée avec :
flowmaster --version
Prérequis
- Node.js ≥ 12
- Git
- Permissions sudo (pour l'installation globale)
Résolution des problèmes
Si vous rencontrez des erreurs de permissions :
# Donner les permissions d'exécution
sudo chmod +x $(which flowmaster)
sudo chmod +x $(which fm)
# Ou réinstaller avec sudo
sudo npm uninstall -g flowmaster-cli
sudo npm install -g flowmaster-cli
📚 Documentation
For more detailed information on how to use FlowMaster, please refer to the documentation.
Contribuer
Nous accueillons les contributions ! Veuillez consulter notre guide de contribution pour plus d'informations sur la façon de contribuer à ce projet.
Veuillez également lire notre code de conduite pour vous assurer que notre communauté reste accueillante et respectueuse.
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago