File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Here you'll find some info for install/setup/directory structure.
4
4
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
12
14
13
15
## Project Dir Structure
14
16
``` txt
You can’t perform that action at this time.
0 commit comments