@ts-dev-tools/core

1.6.2 • Public • Published

Homepage

npm Continuous integration PRs Welcome Sponsor GitHub stars

Welcome to @ts-dev-tools/core 💎

Common Typescript dev tools


What's included

📦 Package scripts

  • test: Run tests with jest
  • lint: Run linter with eslint
  • prepare: Self install / update

⚡ Git hooks

pre-commit

commit-msg

pre-push

  • Run linter
  • Execute Typescript compiler with tsc
  • Run tests

👕 Linter

💄 Prettier

🧪 Tests

  • Install and configure Jest
  • Install and configure ts-jest to make Jest and Typescript work together

📖 Types


Usage

1. Install

npm install --dev @ts-dev-tools/core

Or

yarn add --dev @ts-dev-tools/core

2. Enable ts-dev-tools

npx ts-dev-tools install

Or

yarn ts-dev-tools install

⚠️ If your package is not private and you're publishing it on a registry like npmjs.com, you need to disable postinstall script using pinst. Otherwise, postinstall will run when someone installs your package and result in an error.

Package Sidebar

Install

npm i @ts-dev-tools/core

Weekly Downloads

50

Version

1.6.2

License

MIT

Unpacked Size

81.1 kB

Total Files

43

Last publish

Collaborators

  • escemi