alexjoverm / typescript-library-starter

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
MIT License
4.37k stars 493 forks source link

Is this package dead? #331

Open AndrewPomorski opened 4 years ago

AndrewPomorski commented 4 years ago

Is this package still maintained? most dependencies are way outdated, and the owner doesn't seem to reply to issues? I would be willing to put in some work to bring it up to date, if anyone else is still working on it?

prm-dan commented 3 years ago

Hi Andrew! Were you able to find or create a new version of this repository?

DenysVuika commented 3 years ago

A lightweight alternative can be found here: react-lib, implemented as GitHub template project already.

AndrewPomorski commented 3 years ago

@danbosnichill I have not, but to be honest I've not been looking recently as we had to park this project for the time being. Do let me know if you want to collaborate on this or if you've found an alternative.

AndrewPomorski commented 3 years ago

@DenysVuika thanks, I will definitely have a look at that.

prm-dan commented 3 years ago

Nice! Same.

I found this repo and used it. https://dev.to/alexandrshy/creating-a-template-repository-in-github-1d05 https://github.com/Alexandrshy/como-north

kokokenada commented 3 years ago

https://github.com/bitjson/typescript-starter

Alfxjx commented 2 years ago

maybe you can use this fork

just clone it and checkout to fix/update branch, then run npm i ,the same as this repo

I update the devDependencies now PR