New Web APP CLI
Hi there,
Recently, I often create react app with http://vitejs.dev/ but it's missing some pre-configuration for me. So that's why I decided to build new-web-app
CLI.
npx new-web-app
Simple usage and friendly for developers
.New Web App Generator
USAGE
$ new-web-app
OPTIONS
-a, --airbnb=yes|no add ESLint, Prettier with Airbnb style (Typescript)
-f, --react-hook-form=yes|no add react-hook-form
-h, --help show CLI help
-n, --name=name folder name to create
-q, --react-query=yes|no add react-query
-s, --storybook=yes|no add storybook
-t, --tailwind=yes|no add tailwind css
-v, --version show CLI version
EXAMPLES
$ npx new-web-app -n=react-app -a=yes -q=yes
$ npx new-web-app --name=react-app --airbnb=yes --react-query=yes
Demo