1.2.0 • Published 4 years ago

create-next-typescript-app v1.2.0

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

create-next-typescript-app

An extended version of create-next-app to generate typescript based boilerplate

Getting Started

Install the tool globally or use npx to create next typescript apps:

npx create-next-typescript-app

# or

npm i -g create-next-typescript-app
create-next-typescript-app