Skip to content

Instantly share code, notes, and snippets.

View IEdiong's full-sized avatar
👨‍🍳
Cooking

Ediongsenyene Joseph IEdiong

👨‍🍳
Cooking
View GitHub Profile
@IEdiong
IEdiong / table-of-contents.md
Created September 17, 2024 05:20 — forked from isaacplmann/table-of-contents.md
Advanced Angular Patterns
@IEdiong
IEdiong / npx command to run angular cli
Created November 11, 2024 13:05 — forked from ddieppa/npx command to run angular cli
This is the npx command to run angular cli new project without install it globally
npx -p @angular/cli ng new hello-world-project
then locally can run
npx ng g c hello-world-component
@IEdiong
IEdiong / conventional-commits-cheatsheet.md
Created November 28, 2024 07:20 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default