conrmahr / typescript-node-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create TypeScript App

A quickstart-friendly TypeScript template with comprehensive formatting, linting, releases, testing, and other great tooling built-in. ✨

All Contributors: 22 🀝 Codecov Test Coverage Code of Conduct: Enforced 🀝 License: MIT πŸ“ Sponsor: On GitHub πŸ’Έ Style: Prettier 🧹 TypeScript: Strict πŸ’ͺ

Note that this template is early stage, opinionated, and not endorsed by the TypeScript team. It sets up a lot of tooling out of the box. Each of the included tools exists for a good reason and provides real value.

If you don't want to use any particular tool, you can always remove it manually.

Getting Started

First make sure you have the following installed:

This repository comes with three script forms to set up an existing or new repository with tooling. Use the corresponding docs page to get started:

Explainer

This template is available for anybody who wants to set up a Node application using TypeScript. It sets up the following tooling for you:

  • All Contributors: Tracks various kinds of contributions and displays them in a nicely formatted table in the README.md.
  • ESLint: Static analysis for JavaScript code, configured with typescript-eslint for TypeScript code and other general-use plugins.
  • Knip: Detects unused files, dependencies, and code exports.
  • Markdownlint: Static analysis for Markdown code.
  • pnpm: Disk-efficient package manager alternative.
  • PR Compliance Action: Checks PRs for compliance such as addressing a linked issue and proper title formatting.
  • Prettier: Opinionated formatting for code, run on file save and as a Git commit hook via husky and lint-staged.
  • release-it: Generates changelogs, bumps the package version, and publishes to GitHub and npm based on conventional commits.
  • Renovate: Keeps dependencies up-to-date with PRs, configured to wait a few days after each update for safety.
  • tsup: Builds output definitions and JavaScript files using esbuild.
  • TypeScript: A typed superset of JavaScript, configured with strict compiler options.
  • Vitest: Fast unit tests, configured with coverage tracking and console-fail-test.

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! πŸ’–

Contributors

Anurag
Anurag

πŸ’»
Daniel Roe
Daniel Roe

πŸ’»
Dominik Nowik
Dominik Nowik

πŸ”§ πŸ’»
Emerson
Emerson

πŸ’»
Jeff Wen
Jeff Wen

πŸ’»
Joe Previte
Joe Previte

πŸ› πŸ’»
John Reilly
John Reilly

πŸ’»
Josh Goldberg
Josh Goldberg

πŸ› πŸ’» 🚧 πŸ‘€ πŸ”§ πŸ“– πŸš‡ ⚠️
JoΓ«l Galeran
JoΓ«l Galeran

πŸ’»
Kristo Baricevic
Kristo Baricevic

πŸ’»
Lars Kappert
Lars Kappert

πŸ’»
Navin Moorthy
Navin Moorthy

πŸ› πŸ’»
NazCodeland
NazCodeland

πŸ’»
Orta Therox
Orta Therox

πŸ’»
Paul Esch-Laurent
Paul Esch-Laurent

πŸ’»
Promise Dash
Promise Dash

πŸ’»
Rebecca Stevens
Rebecca Stevens

πŸ’» πŸš‡
Ron Braha
Ron Braha

πŸ’» 🎨 ⚠️
Ron Jean-Francois
Ron Jean-Francois

πŸ’» πŸš‡
Sudhansu
Sudhansu

πŸ’»
Tung Bui (Leo)
Tung Bui (Leo)

πŸ’»
takanomedev
takanomedev

πŸ’»

About

License:MIT License


Languages

Language:TypeScript 94.9%Language:JavaScript 5.0%Language:Shell 0.0%