Skip to content

Commit 0b56997

Browse files
committed
Updated/reworded main techs
1 parent 4fb4906 commit 0b56997

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/project-setup.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
Here you'll find some info for install/setup/directory structure.
44

5-
## Project Setup
6-
- Source in TypeScript.
7-
- Node.js, in full ESM (ECMAScript Modules) (as opposed to CommonJS).
8-
- Commander
9-
- Vitest (good for ESM and TypeScript)
10-
- GitHub Actions (CI/CD)
11-
- ESLint (code style / linting)
5+
## Main Techs
6+
- Source in **TypeScript**
7+
- **Node.js** - In full ESM (ECMAScript Modules) (as opposed to CommonJS)
8+
- **Commander.js** - CLI tooling
9+
- **Vitest** - Test framework, good for ESM and TypeScript
10+
- **CI/CD** - GitHub Actions for automated tests and build processes
11+
- **Prettier / ESLint** - Code formatting and linting
12+
- **YINI Parsing** - Uses the yini-parser library
13+
- **cross-env** - Environment variable management
1214

1315
## Project Dir Structure
1416
```txt

0 commit comments

Comments
 (0)