@specialblend/with-typescript
quickly setup typescript projects
- initializes npm project (if
package.jsondoes not exist) - installs
typescript,babel,eslint,jest,jest-extendeddevDependencies - setups up
tsconfig.json,.babelrcand.eslintrc.json - adds npm scripts
test,buildandlint,lint:fix
usage
`shell script
npx @specialblend/with-typescript
`