Skip to content

Instantly share code, notes, and snippets.

View bearoxo's full-sized avatar
🦍
OOOUUUH! OOOUUUH! OOOUUUH! OOOAAAH! OOOAAAH!

Afdzal bearoxo

🦍
OOOUUUH! OOOUUUH! OOOUUUH! OOOAAAH! OOOAAAH!
  • Kuala Lumpur, Malaysia
  • 05:08 (UTC +08:00)
View GitHub Profile
@bearoxo
bearoxo / 01-directory-structure.md
Last active September 3, 2023 20:20 — forked from tracker1/01-directory-structure.md
Directory Structure for JavaScript & Node.js Projects

Directory Structure for JavaScript & Node.js Projects

While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.

Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.

Directories

@bearoxo
bearoxo / aera.omp.json
Last active June 7, 2026 19:39
Oh My Posh Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title_template": " {{ .Host }} | {{ .PWD }} ",
"final_space": true,
"version": 4,
"upgrade": {
"notice": true,
"interval": "168h",
"auto": false,
"source": "cdn"
@bearoxo
bearoxo / flipclock-js-and-momentjs-timezone-countdown-timer.markdown
Created December 29, 2022 14:45
FlipClock.js and MomentJS Timezone Countdown Timer
@bearoxo
bearoxo / settings.json
Created October 15, 2021 03:57
JSDoc customized token colors for VS Code
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "comment.block.documentation.js",
"scope": "comment.block.documentation.js",
"settings": {
"foreground": "#569953"
}
},
{