Add an --init-ts switch for convenience. I added it here and can pull it in. Tests pass.
Test/verify that plopfile.ts is automatically searched. I believe Liftoff does, but it would be nice not to need --plopfile=plopfile.ts
There are a couple test fixes I'd like to pull into this PR. The typescript test wasn't loading plopfile.ts and the tsconfig.json had a path error. All of this can be fixed and will work now with a simple import 'tsx' in the test suite.
Alright here's a first cut at the docs.
A couple suggestions to consider before merging:
--init-ts
switch for convenience. I added it here and can pull it in. Tests pass.plopfile.ts
is automatically searched. I believe Liftoff does, but it would be nice not to need--plopfile=plopfile.ts
plopfile.ts
and thetsconfig.json
had a path error. All of this can be fixed and will work now with a simpleimport 'tsx'
in the test suite.Let me know :)