typesync

v0.13.0
Install missing TypeScript typings for your dependencies.

clean

rimraf lib

test

jest

lint

eslint --fix 'src/**/*.ts' && tsc --noEmit && npm run format

format

prettier --write 'src/**/*.ts'

lint:watch

nodemon --exec npm run lint -e ts,js

cover

jest --coverage

build

npm run clean && tsc -p tsconfig.build.json --sourceMap --declaration

run-cli

npm run build && node bin/typesync

run-cli:dry

npm run run-cli -- --dry

precommit

lint-staged

do:publish

npm run lint && npm run cover && npm run build && npm publish

release:patch

npm version patch && npm run do:publish && git push --follow-tags

release:minor

npm version minor && npm run do:publish && git push --follow-tags

release:prerelease

npm version prerelease && npm run do:publish && git push --follow-tags
npm i typesync

Metadata

  • MIT
  • >=16.0.0
  • Jeff Hansen
  • released 7/22/2024

Downloads

Maintainers