Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji | 
|---|---|
| Initial commit | π :tada: | 
| Version tag | π :bookmark: | 
| New feature | β¨ :sparkles: | 
| Bugfix | π :bug: | 
| import 'package:flutter/material.dart'; | |
| class MyTableScreen extends StatefulWidget { | |
| const MyTableScreen({super.key}) | |
| @overide | |
| State<MyTableScreen> createState() => MyTableScreenState(); | |
| } | 
| Artisan | |
| // Displays help for a given command | |
| php artisan --help OR -h | |
| // Do not output any message | |
| php artisan --quiet OR -q | |
| // Display this application version | |
| php artisan --version OR -V | |
| // Do not ask any interactive question | |
| php artisan --no-interaction OR -n | |
| // Force ANSI output | 
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji | 
|---|---|
| Initial commit | π :tada: | 
| Version tag | π :bookmark: | 
| New feature | β¨ :sparkles: | 
| Bugfix | π :bug: |