Skip to content

ottijp/ts-template

Repository files navigation

ts-template

自分用のTypeScriptテンプレート.

setup

yarn

build and run

yarn build
yarn start
# for debugging
yarn debug

linting

yarn lint
# lint and fix
yarn lint:fix

test

yarn test
# for watching
yarn test:watch
# for debugging
yarn test:debug

clean artifacts

yarn clean

notes

  • eslintのbrace-styleのような細かいルールがないので,prettierは使わないことにした.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published