Questions tagged [tsdx]

Zero-config CLI for TypeScript package development

Despite all the recent hype, setting up a new TypeScript (x React) library can be tough. Between Rollup, Jest, tsconfig, Yarn resolutions, ESLint, and getting VSCode to play nicely....there is just a whole lot of stuff to do (and things to screw up). TSDX is a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease--so you can focus on your awesome new library and not waste another afternoon on the configuration.

https://www.npmjs.com/package/tsdx

31 questions
0
votes
0 answers

How can I create a new TSDX project?

I want to create a new TSDX project. According to TSDX Quick Start documentation, I type npx tsdx create g2 I select basic, and I get the following output: ~/devlocal npx tsdx create g2 ::::::::::: :::::::: ::::::::: ::: ::: :+: :+: …
Mazzaroth
  • 801
  • 9
  • 11
1 2
3