1.0.5 • Published 2 years ago

create-chill-app v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

create-chill-app

A starter generator for creating next.js app with typescript and tailwindcss

usage

You can use with npm or npx

# With npm
npm install -g create-chill-app

# With npx
npx create-chill-app your-app-name

Change note

2022-05-22

Along the way I am trying to improve this project to include more solutions and combination, I see two problems and how to improve them 1. The flexibility of using this termplate when I am trying to use different combination. This can only support next.js with tailwindcss, but I may need to use chakra ui, etc. I can add command line selection to come up with different combination 2. The maintainability of the dependencies. The management and update of the npm dependencies is always a problem with nodejs project, and instead of manual update, clone the official project and follow their update would be a better option.

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago