This is a template for javascript or typescript projects.
Apart from the usual stuff, the repo also includes:
- typescript config
- linting for code
- linting for commits that enforces conventional commits
- git hooks for lints
- github automations for linting and security workflows and dependabot config
Pre-requisites:
# Install dependencies
pnpm install
# Build
pnpm build
# Run
node dist/index.js