/extends-util

A group of basic Front-End Utilities functions.

Primary LanguageJavaScript

Work In Progress

TODO write readme file

Extends Util

Front-end utilities functions

JsDoc Documentation

incomplete Documentation

Commit message pattern

Inspired by parmentf/GitCommitEmoji.md

See also gitmoji.

Concept of git commit MSG PREFIX

Commit type Emoji MSG PREFIX
Initial commit 🎉 :tada: FIRST COMMIT
Version tag 🔖 :bookmark: VERSION: X.X.X
New feature :star: FEAT:
Improve format/structure 🎨 :art: STYLE:
Performance :zap: PERFORMANCE:
Bugfix 🪲 :beetle: FIX:
Critical hotfix 🚑 :ambulance: HOTFIX:
Documentation 📖 :book: DOC:
Documenting source code 📝 :pencil: SOURCE DOC:
Work in progress 🚧 :construction: WIP:
Move/rename repository 🚚 :truck: RENAMING/MOVING
Tests 🚨 :rotating_light: TEST:
Adding a test :white_check_mark: ADD TEST:
Make a test pass ✔️ :heavy_check_mark: PASS TEST
Refactor code ♻️ :recycle: REFACTORING:
Security 🔒 :lock: SECURITY:
Typo or Text changes ✏️ :pencil2: ERRATA:
Adding a dependency :heavy_plus_sign: ADD DEPENDENCY:
Removing a dependency :heavy_minus_sign: REMOVE DEPENDENCY:
Docker 🐳 :whale: DOCKER:
Improving user experience / usability. 🚸 :children_crossing: UX:
Cosmetic 💄 :lipstick: UI:
Removing code/files 🔥 :fire: REMOVE:
Deploying stuff 🚀 :rocket: DEPLOY:
Breaking changes 💥 :boom: WARM:
Continuous Integration 💚 :green_heart:
Upgrading dependencies ⬆️ :arrow_up:
Downgrading dependencies ⬇️ :arrow_down:
Lint 👕 :shirt:
Translation 👽 :alien:
Fixing on MacOS 🍎 :apple:
Fixing on Linux 🐧 :penguin:
Fixing on Windows 🏁 :checkered_flag:
Adding CI build system 👷 :construction_worker:
Analytics or tracking code 📈 :chart_with_upwards_trend:
Configuration files 🔧 :wrench:
Package.json in JS 📦 :package:
Merging branches 🔀 :twisted_rightwards_arrows:
Bad code / need improv. 💩 :hankey:
Reverting changes :rewind:
Code review changes 👌 :ok_hand:
Accessibility :wheelchair: