@specialblend/with-typescript
v0.0.1
Published
quickly setup a project with typescript
Downloads
1
Maintainers
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
andlint
,lint:fix
usage
npx @specialblend/with-typescript