We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
scriptThe text was updated successfully, but these errors were encountered: