Skip to content

Commit

Permalink
README.md aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
P4sca1 authored Jun 28, 2024
1 parent f44a195 commit 46ed78a
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ See https://docs.github.com/en/github/creating-cloning-and-archiving-repositorie
* Node.js **20**
* TypeScript **5**
* PNPM **9**

See `package.json` for details.

## pnpm package manager
Expand Down Expand Up @@ -160,21 +161,3 @@ You might want to use the `@semantic-release/exec` plugin or a specific plugin f
This repository is meant to be a good starting point for Node.js applications written in TypeScript.
It is very opinionated, but can save a lot of time. You can customize everything to your liking after using this template.
You think there's something that could be changed which would help everybody? Feel free to open a pull request!

## CHANGELOG
- replaced eslint and prettier with biome
- replaced yarn with pnpm
- moved fibonacci.ts to lib/ subdirectory (test coverage is calculated for the lib/ subdirectory)
- Minimum Node.js version of 20
- updated CI to Ubuntu 22 LTS and Node.js 20 LTS
- Migrated from jest to vitest
- Test coverage no longer generated by default. Use pnpm test:coverage to generate it.
- New pnpm test:ui command
- Removed dotenv
- Migrated from CommonJS to ESM
- Updated all dependencies
- Update tsconfig.json to use @tsconfig/strictest and @tsconfig/node-lts
- Renamed src/index.ts to src/main.ts
- Use Top Level Await in main.ts
- Correctly configure semantic release for next, alpha and beta releases
- renovate is now run against main

0 comments on commit 46ed78a

Please sign in to comment.