1.1.10 • Published 10 months ago

flowmaster-cli v1.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

🌊 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 testing
    • beta.N: External testing
    • rc.N: Release candidate

🚀 Quick Start

  1. Install FlowMaster:
npm install -g flowmaster-cli
  1. Initialize a new project:
flowmaster init
  1. 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.

1.1.9

10 months ago

1.0.1-beta.1

10 months ago

1.1.10

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2-alpha.2.1

10 months ago

1.1.2-alpha.2

10 months ago

1.1.1-alpha.1

10 months ago

1.1.0

10 months ago

1.1.0-alpha.1

10 months ago

1.0.1-alpha.1

10 months ago

1.0.0

10 months ago

1.1.2

10 months ago