Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate to create-typescript-app #89

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Jul 9, 2024

PR Checklist

Overview

Changes initially generated by running create-typescript-app:

npx create-typescript-app --auto --mode migrate

Applies some general cleanup:

  • Adds general GitHub docs, including: a code of conduct, a development guide, and issue & PR templates
  • Adds contribution recognition with All Contributors
  • Adds faster installs with pnpm
  • Adds formatting with Prettier, using Husky + lint-staged for Git commit hooks
  • Adds automated releases with release-it
  • Moves the demo app to a demo/ directory
  • Replaces JSHint with ESLint for formatting
  • Replaces QUnit with Vitest for testing

Notably does not tackle these followups:

💖

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review July 11, 2024 02:19
@JoshuaKGoldberg JoshuaKGoldberg changed the title [WIP] chore: migrate to create-typescript-app chore: migrate to create-typescript-app Jul 11, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Compliance Checks Passed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🛠️ Repo: Overhaul development tooling
1 participant