Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@specialblend/with-typescript

specialblend2ISC0.0.1

quickly setup a project with typescript

typescript, generator, cli

readme

@specialblend/with-typescript

quickly setup typescript projects

  • initializes npm project (if package.json does not exist)
  • installs typescript, babel, eslint, jest, jest-extended devDependencies
  • setups up tsconfig.json, .babelrc and .eslintrc.json
  • adds npm scripts test, build and lint, lint:fix

usage

`shell script

npx @specialblend/with-typescript

`