typescript-library-starter icon indicating copy to clipboard operation
typescript-library-starter copied to clipboard

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!

Results 68 typescript-library-starter issues
Sort by recently updated
recently updated
newest added

Why tool scripts have a `.ts` file extension, yet use a JS syntax? Also, they run with `ts-node` inside `package.json`, yet TypeScript `import`'s are not understood.

On registry https://registry.npmjs.org/, the "latest" version (v5.0.11) of dependency travis-deploy-once has the following deprecation notice: We recommend to use Travis Build Stages instead. It would be nice to make deployment...

## The devDependency [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `23.3.5` to `23.3.6`. 🚨 [View failing branch](https://github.com/alexjoverm/typescript-library-starter/compare/master...alexjoverm:greenkeeper%2F%40types%2Fjest-23.3.6). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Travis CI already has a builtin gh-pages deployment feature: https://docs.travis-ci.com/user/deployment/pages/ Maybe we could use it instead of maintaining gh-page publish script, which makes the codebase more clear Willing to submit...

I wanted to open this up for discussion. I have to say contributing to this repo is quite difficult and it seems we could make it easier with some changes....

Initially based on the script you have that runs after installing the dependencies, I've created a script that simplifies the process in only one step (it clones the repo and...

enhancement
help wanted