Create TypeScript library with a single step
npm install @jeonghojeong/ctlOpinionated TypeScript library project generator.
bash
yarn global add @jeonghojeong/ctl
ctl my-new-project
`This single command will setup your project with TypeScript, eslint and Jest.
How to develop
`bash
yarn global add file:$PWD
ctl
``