UNPKG

@253eosam/commit-from-branch

Version:

🚀 Flexible commit message templating from branch name (ticket/segments) for Husky's prepare-commit-msg hook. Automatically extracts Jira-style tickets and supports customizable templates.

50 lines (38 loc) 1.47 kB
# ⚠️ DEPRECATED - commit-from-branch > **This package has been moved!** > > Please use [`commit-from-branch`](https://www.npmjs.com/package/commit-from-branch) instead. > > ```bash > # Uninstall this deprecated package > npm uninstall @253eosam/commit-from-branch > > # Install the new package > npm install commit-from-branch --save-dev > ``` > > **No code changes required!** The API is identical, just the package name changed. > > --- > > For documentation, visit the new package: > 📦 https://www.npmjs.com/package/commit-from-branch > 📚 https://github.com/253eosam/commit-from-branch ## Why the change? The scoped package name `@253eosam/commit-from-branch` was limiting discoverability. The new unscoped name `commit-from-branch` is easier to find and use. ## Migration Guide 1. **Uninstall the old package:** ```bash npm uninstall @253eosam/commit-from-branch ``` 2. **Install the new package:** ```bash npm install commit-from-branch --save-dev ``` 3. **That's it!** No code changes needed. All imports and usage remain the same. ## Need Help? - 🐛 [Report Issues](https://github.com/253eosam/commit-from-branch/issues) - 📖 [Documentation](https://github.com/253eosam/commit-from-branch#readme) - 💬 [Discussions](https://github.com/253eosam/commit-from-branch/discussions) --- **Please update to [`commit-from-branch`](https://www.npmjs.com/package/commit-from-branch) as this package will no longer receive updates.**