typescript-lib-starter
typescript-lib-starter copied to clipboard
Typescript library starter
## Bug report - {package-name} version: _x.x.x_ () ### Current behaviour >When I first pack, there will be a file loss. If I copy the CHANGELOG.md file back, it's normal....
## The devDependency [@types/chokidar]() was updated from `1.7.5` to `2.1.2`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
Ahoj Martine! It will be great if most of tools can work just as expected by running them. What I can see in `package.json` `scripts` β there are mostly explicit...
## Feature request ### Use case(s) It's 2019 already huh! cloning repos manually is kinda "old school/cumbersome". We should support modern project bootstraping experience, like `yarn create` or `npx create-typescript-lib`....
## Feature request ### Use case(s) support monorepo setup on init. https://github.com/Hotell/ts-setup already uses this starter with various tweaks. It would be nice to incorporate those, so use would get...
Just a feedback: * since this is a typescript related library, It would be awesome that the devtools also use TypeScript. In particular config/rollup.config.js is hard to follow due to...
## Feature request ### Use case(s) we are not updating tslint.json in existing project. Currently migrate script just echoes that nothing was updated, because it does no-op. This should be...