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

DX: support init via npx/yarn create

Open Hotell opened this issue 6 years ago • 0 comments

Feature request

Use case(s)

It's 2019 already huh! cloning repos manually is kinda "old school/cumbersome".

We should support modern project bootstraping experience, like yarn create or npx create-typescript-lib.

Work that needs to be done:

TODO:

  • [ ] change package name, to contain create prefix (@martin_hotell/create-typescript-lib)
  • [ ] publish bin script to npm

How would bin work?:

  • here is most simple implementation that comes up on my mind:

the package would just clone this repo and execute init script

Hotell avatar Jan 11 '19 10:01 Hotell