Repository Name Generator

Create standardized repository names following best practices

Format: {prefix-}type-{language/framework-}project{-tag}

Use lowercase with hyphens. Be descriptive but concise (1-3 words).

Quick Guide

✅ Best Practices:

  • • Use lowercase only
  • • Separate words with hyphens
  • • Keep it 3-5 words total
  • • Be descriptive yet concise
  • • Avoid special characters

❌ Avoid:

  • • Version numbers in name
  • • Underscores or spaces
  • • PascalCase or camelCase
  • • Generic names (app, project)
  • • Personal names

Made with ❤️ for better repository organization

View Convention on GitHub →