Create Next Pwa Versions Save

⚡️ Set up Next.js Progressive Web App with `npx create-next-pwa`

v3.4.3

2 years ago
  • TypeScript Support (#27) with --typescript flag
  • Help Section that can be accessed using --help
  • Improved documentation

v3.3.1

2 years ago
  • Fixed .git directory deletion

v3.2.0

2 years ago
  • Removed code redundancies
  • Improved code structure
  • Removed in-folder dependency
  • Added node-async-exec because of its change directory and cross-platform nature
  • Fixed outdating future dependencies bug #21
  • Added custom error message if the project folder already exists

v3.1.9

2 years ago
  • Cross platform directory deletion
  • Used copy command for windows to copy files
  • Took care of file creation for windows
  • Fixed npm dependency installation for windows by making exec a promise
  • Fixed file paths for Windows
  • Fixed git directory deletion for macos
  • Introduced check for update to notify the user if there is an update available of the CLI
  • Added err handlers
  • Removed jsonfile and used json-write-file instead

v2.4.0

2 years ago

In this release, I have implemented the following:

  • Integration of tailwind for Next.js PWAs
  • Code refactoring
  • One file path handling
  • Fixed flags and input bug
  • Improved UI

v1.3.0

2 years ago
  • Integrated create-next-app
  • Generated PWA
  • Integrated prettier