@@ -57,6 +57,7 @@ The table below provides an overview of the technologies currently supported by
5757| [ React] ( https://reactjs.org/ ) ⚠ | [ Docs] ( https://reactjs.org/docs/getting-started.html ) - [ GitHub repo] ( https://github.com/facebook/react ) |
5858| [ TypeScript] ( https://www.typescriptlang.org/ ) ⚠ | [ Docs] ( https://www.typescriptlang.org/docs/ ) - [ GitHub repo] ( https://github.com/microsoft/TypeScript ) |
5959| [ ESLint] ( https://eslint.org/ ) ⚠ | [ Configuration] ( https://eslint.org/docs/user-guide/configuring/ ) - [ Rules] ( https://eslint.org/docs/rules/ ) - [ GitHub Repo] ( https://github.com/eslint/eslint ) |
60+ | [ pnpm] ( https://pnpm.io/ ) | [ Docs] ( https://pnpm.io/motivation ) - [ GitHub repo] ( https://github.com/pnpm/pnpm ) |
6061| [ Yarn] ( https://yarnpkg.com/ ) | [ CLI Docs] ( https://yarnpkg.com/cli ) - [ GitHub repo] ( https://github.com/yarnpkg/berry ) |
6162| [ npm] ( https://www.npmjs.com/ ) | [ CLI Docs] ( https://docs.npmjs.com/cli/ ) |
6263| [ Emotion] ( https://emotion.sh/docs/introduction ) | [ Docs] ( https://emotion.sh/docs/introduction ) - [ GitHub repo] ( https://github.com/emotion-js/emotion ) |
@@ -94,19 +95,19 @@ ARGUMENTS
9495 APPNAME The name of your app, optionally including a path prefix. Eg.: "my-app" or "path/to/my-app"
9596
9697OPTIONS
97- -h, --help Shows the CLI help information.
98- -v, --version Shows the CLI version information.
99- --chakra Adds Chakra UI. (Component library) (Requires Emotion and Framer Motion)
100- --debug Show verbose error messages for debugging purposes.
101- --formatting-pre-commit-hook Adds a formatting pre-commit hook. (Requires Prettier)
102- --formik Adds Formik. (Form library)
103- --framer-motion Adds Framer Motion. (Animation library)
104- --github-actions Adds a GitHub Actions continuous integration workflow.
105- --material-ui Adds Material UI. (Component library)
106- --package-manager=(yarn|npm) Sets the preferred package manager. (Required)
107- --prettier Adds Prettier. (Code formatting)
108- --react-hook-form Adds React Hook Form. (Form library)
109- --styling=<styling-method> Sets the preferred styling method. (Required) <styling-method> = emotion|styled-components|tailwind-css|css-modules|css-modules-with-sass
98+ -h, --help Shows the CLI help information.
99+ -v, --version Shows the CLI version information.
100+ --chakra Adds Chakra UI. (Component library) (Requires Emotion and Framer Motion)
101+ --debug Show verbose error messages for debugging purposes.
102+ --formatting-pre-commit-hook Adds a formatting pre-commit hook. (Requires Prettier)
103+ --formik Adds Formik. (Form library)
104+ --framer-motion Adds Framer Motion. (Animation library)
105+ --github-actions Adds a GitHub Actions continuous integration workflow.
106+ --material-ui Adds Material UI. (Component library)
107+ --package-manager=(pnpm| yarn|npm) Sets the preferred package manager. (Required)
108+ --prettier Adds Prettier. (Code formatting)
109+ --react-hook-form Adds React Hook Form. (Form library)
110+ --styling=<styling-method> Sets the preferred styling method. (Required) <styling-method> = emotion|styled-components|tailwind-css|css-modules|css-modules-with-sass
110111```
111112
112113## License
0 commit comments