Open Hotell opened 5 years ago
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.
yarn create
npx create-typescript-lib
Work that needs to be done:
TODO:
create
@martin_hotell/create-typescript-lib
How would bin work?:
the package would just clone this repo and execute init script
init
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
ornpx create-typescript-lib
.Work that needs to be done:
TODO:
create
prefix (@martin_hotell/create-typescript-lib
)How would bin work?:
the package would just clone this repo and execute
init
script