Skip to content

Commit

Permalink
docs: cleanup features list in README.md (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoncitylights authored Jul 25, 2024
1 parent 6571aa2 commit 02039c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ This repository template makes it easier to create a new NPM library, package or
## Features

- [x] [Node.js](https://nodejs.org/) and latest [TypeScript](https://www.typescriptlang.org/) support
- [x] Monorepo support with [NPM Workspaces](https://docs.npmjs.com/cli/v10/using-npm/workspaces)
- [x] JS module resolution with [ES Modules](https://nodejs.org/api/esm.html), the official ECMAScript standard
- [x] Continuous integration with [GitHub Actions](https://github.com/features/actions)
- [x] Auto-bundled, minified source code with [Vite](https://vitejs.dev/)
- [x] Unit testing and code coverage with [Vitest](https://vitest.dev/) framework
- [x] Auto-generated documentation for TypeScript code with [TypeDoc](https://typedoc.org/)
- [x] Auto-formatted and linted code with [ESLint](https://eslint.org/)
- [x] Auto-generated API documentation with [TypeDoc](https://typedoc.org/)
- [x] Auto-linted and formatted code with [ESLint](https://eslint.org/) and [Stylistic](https://eslint.style)
- [x] Dependency updates with [Dependabot](https://github.com/dependabot)

## Getting started
Expand Down

0 comments on commit 02039c5

Please sign in to comment.