plopjs / plop

Consistency Made Simple
http://plopjs.com
MIT License
7.12k stars 277 forks source link

Typescript support #397

Closed crutchcorn closed 6 months ago

crutchcorn commented 1 year ago

This PR adds in TypeScript support to Plop through somewhat nebulous means. Namely, we:

This PR still needs:

Help us test

To help us test this PR, find the following package manager you use and test it with your plopfiles (JS or TS alike):

NPM

npm install -g @crutchcorn/plop@4.1.0-alpha.1

Yarn Berry

yarn global add @crutchcorn/plop@4.1.0-alpha.1

PNPM

pnpm install --global @crutchcorn/plop@4.1.0-alpha.1

Usage

Then use plop as you normally would, but remove any tsc pre-compile steps to test the new functionality

crutchcorn commented 6 months ago

Superseded by:

428