GitHunt
BE

Personal website and playgrounds

My personal website and playgrounds.

Structure

.
├── apps
│   ├── website
└── packages
    ├── api-gateway
    ├── base-ui
    ├── common-i18n
    ├── crypto
    ├── db-main
    ├── errorh
    ├── eslint-config-bases
    ├── internal-dx
    └── ts-utils

Scripts

Name Description
yarn g:changeset Add a changeset to declare a new version
yarn g:typecheck Run typechecks in all workspaces
yarn g:prettier-check Run prettier checks
yarn g:prettier-fix Fix all prettier errors
yarn g:lint Display linter issues in all workspaces
yarn g:lint --fix Attempt to run linter auto-fix in all workspaces
yarn g:lint-styles Display css stylelint issues in all workspaces
yarn g:lint-styles --fix Attempt to run stylelint auto-fix issues in all workspaces
yarn g:test Run unit and e2e tests in all workspaces
yarn g:test-unit Run unit tests in all workspaces
yarn g:test-e2e Run e2e tests in all workspaces
yarn g:build Run build in all workspaces
yarn g:clean Clean builds in all workspaces
yarn g:check-dist Ensure build dist files passes es2017 (run g:build first).
yarn g:check-size Ensure build files are within size limit (run g:build first).
yarn g:build-doc Build documentation (generally api doc)
yarn clean:global-cache Clean tooling caches (eslint, jest...)
yarn deps:check --dep dev Will print what packages can be upgraded globally (see also .ncurc.yml)
yarn deps:update --dep dev Apply possible updates (run yarn install && yarn dedupe after)
yarn check:install Verify if there's no peer-deps missing in packages
yarn install:playwright Install playwright for e2e
yarn dedupe Built-in yarn deduplication of the lock file

Languages

TypeScript75.1%JavaScript18.7%MDX2.5%SCSS1.6%Dockerfile1.4%CSS0.4%Prolog0.3%Shell0.0%HTML0.0%

Contributors

MIT License
Created March 15, 2022
Updated April 14, 2025
belgattitude/perso | GitHunt