@@ -33,33 +33,35 @@ The table below provides an overview of the technologies currently supported by
3333
3434<!-- CNS-START-OF-TECHNOLOGIES-TABLE -->
3535
36- | Name | Links |
37- | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38- | Next.js | [ Website] ( https://nextjs.org/ ) - [ Docs] ( https://nextjs.org/docs ) - [ Learn Next.js] ( https://nextjs.org/learn ) - [ GitHub] ( https://github.com/vercel/next.js ) - [ Wikipedia] ( https://en.wikipedia.org/wiki/Next.js ) |
39- | React | [ Website] ( https://reactjs.org/ ) - [ Docs] ( https://reactjs.org/docs/getting-started.html ) - [ GitHub] ( https://github.com/facebook/react ) - [ Wikipedia] ( < https://en.wikipedia.org/wiki/React_(JavaScript_library) > ) |
40- | TypeScript | [ Website] ( https://www.typescriptlang.org/ ) - [ Docs] ( https://www.typescriptlang.org/docs/ ) - [ GitHub] ( https://github.com/microsoft/TypeScript ) - [ Wikipedia] ( https://en.wikipedia.org/wiki/TypeScript ) |
41- | Emotion | [ Website] ( https://emotion.sh/ ) - [ Docs] ( https://emotion.sh/docs/introduction ) - [ GitHub] ( https://github.com/emotion-js/emotion ) |
42- | Styled Components | [ Website] ( https://styled-components.com/ ) - [ Docs] ( https://styled-components.com/docs ) - [ GitHub] ( https://github.com/styled-components/styled-components ) |
43- | Tailwind CSS | [ Website] ( https://tailwindcss.com/ ) - [ Docs] ( https://tailwindcss.com/docs ) - [ GitHub] ( https://github.com/tailwindlabs/tailwindcss ) |
44- | Sass | [ Website] ( https://sass-lang.com/ ) - [ Docs] ( https://sass-lang.com/documentation ) - [ Next.js-specific docs] ( https://nextjs.org/docs/basic-features/built-in-css-support#sass-support ) |
45- | CSS Modules | [ Website] ( https://github.com/css-modules/css-modules ) - [ Docs] ( https://github.com/css-modules/css-modules ) - [ Next.js-specific docs] ( https://nextjs.org/docs/basic-features/built-in-css-support#adding-component-level-css ) |
46- | CSS Modules | [ Website] ( https://github.com/css-modules/css-modules ) - [ Docs] ( https://github.com/css-modules/css-modules ) - [ Next.js-specific docs] ( https://nextjs.org/docs/basic-features/built-in-css-support#adding-component-level-css ) |
47- | Mantine | [ Website] ( https://mantine.dev/ ) - [ Docs] ( https://mantine.dev/pages/getting-started/ ) - [ GitHub] ( https://github.com/mantinedev/mantine ) |
48- | Chakra UI | [ Website] ( https://chakra-ui.com/ ) - [ Docs] ( https://chakra-ui.com/docs/getting-started ) - [ GitHub] ( https://github.com/chakra-ui/chakra-ui ) |
49- | Material UI | [ Website] ( https://material-ui.com/ ) - [ Docs] ( https://material-ui.com/getting-started/installation/ ) - [ GitHub] ( https://github.com/mui-org/material-ui ) |
50- | Framer Motion | [ Website] ( https://www.framer.com/motion/ ) - [ Docs] ( https://www.framer.com/docs/ ) - [ GitHub] ( https://github.com/framer/motion ) |
51- | React Hook Form | [ Website] ( https://react-hook-form.com/ ) - [ Docs] ( https://react-hook-form.com/get-started ) - [ GitHub] ( https://github.com/react-hook-form/react-hook-form ) |
52- | Formik | [ Website] ( https://formik.org/ ) - [ Docs] ( https://formik.org/docs/overview ) - [ GitHub] ( https://github.com/formium/formik ) |
53- | React Query | [ Website] ( https://tanstack.com/query/latest ) - [ Docs] ( https://tanstack.com/query/latest/docs/react/overview ) - [ GitHub] ( https://github.com/tanstack/query ) |
54- | React Icons | [ Website] ( https://react-icons.github.io/react-icons/ ) - [ GitHub] ( https://github.com/react-icons/react-icons ) |
55- | ESLint | [ Website] ( https://eslint.org/ ) - [ Configuration] ( https://eslint.org/docs/user-guide/configuring/ ) - [ Rules] ( https://eslint.org/docs/rules/ ) - [ GitHub] ( https://github.com/eslint/eslint ) |
56- | Prettier | [ Website] ( https://prettier.io/ ) - [ Docs] ( https://prettier.io/docs/en/index.html ) - [ Options] ( https://prettier.io/docs/en/options.html ) - [ GitHub] ( https://github.com/prettier/prettier ) |
57- | Husky | [ Website] ( https://typicode.github.io/husky/ ) - [ Docs] ( https://typicode.github.io/husky/ ) - [ GitHub] ( https://github.com/typicode/husky ) |
58- | lint-staged | [ Website] ( https://github.com/okonet/lint-staged ) - [ GitHub] ( https://github.com/okonet/lint-staged ) |
59- | pnpm | [ Website] ( https://pnpm.io/ ) - [ Docs] ( https://pnpm.io/motivation ) - [ GitHub] ( https://github.com/pnpm/pnpm ) |
60- | Yarn | [ Website] ( https://yarnpkg.com/ ) - [ CLI Docs] ( https://yarnpkg.com/cli ) - [ GitHub] ( https://github.com/yarnpkg/berry ) |
61- | npm | [ Website] ( https://www.npmjs.com/ ) - [ CLI Docs] ( https://docs.npmjs.com/cli/ ) |
62- | GitHub Actions | [ Website] ( https://github.com/features/actions ) - [ Docs] ( https://docs.github.com/en/actions ) - [ Workflow syntax] ( https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions ) |
36+ | Name | Links |
37+ | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38+ | Next.js | [ Website] ( https://nextjs.org/ ) - [ Docs] ( https://nextjs.org/docs ) - [ Learn Next.js] ( https://nextjs.org/learn ) - [ GitHub] ( https://github.com/vercel/next.js ) - [ Wikipedia] ( https://en.wikipedia.org/wiki/Next.js ) |
39+ | React | [ Website] ( https://reactjs.org/ ) - [ Docs] ( https://reactjs.org/docs/getting-started.html ) - [ GitHub] ( https://github.com/facebook/react ) - [ Wikipedia] ( < https://en.wikipedia.org/wiki/React_(JavaScript_library) > ) |
40+ | TypeScript | [ Website] ( https://www.typescriptlang.org/ ) - [ Docs] ( https://www.typescriptlang.org/docs/ ) - [ GitHub] ( https://github.com/microsoft/TypeScript ) - [ Wikipedia] ( https://en.wikipedia.org/wiki/TypeScript ) |
41+ | Emotion | [ Website] ( https://emotion.sh/ ) - [ Docs] ( https://emotion.sh/docs/introduction ) - [ GitHub] ( https://github.com/emotion-js/emotion ) |
42+ | Styled Components | [ Website] ( https://styled-components.com/ ) - [ Docs] ( https://styled-components.com/docs ) - [ GitHub] ( https://github.com/styled-components/styled-components ) |
43+ | Tailwind CSS | [ Website] ( https://tailwindcss.com/ ) - [ Docs] ( https://tailwindcss.com/docs ) - [ GitHub] ( https://github.com/tailwindlabs/tailwindcss ) |
44+ | Sass | [ Website] ( https://sass-lang.com/ ) - [ Docs] ( https://sass-lang.com/documentation ) - [ Next.js-specific docs] ( https://nextjs.org/docs/basic-features/built-in-css-support#sass-support ) |
45+ | CSS Modules | [ Website] ( https://github.com/css-modules/css-modules ) - [ Docs] ( https://github.com/css-modules/css-modules ) - [ Next.js-specific docs] ( https://nextjs.org/docs/basic-features/built-in-css-support#adding-component-level-css ) |
46+ | CSS Modules | [ Website] ( https://github.com/css-modules/css-modules ) - [ Docs] ( https://github.com/css-modules/css-modules ) - [ Next.js-specific docs] ( https://nextjs.org/docs/basic-features/built-in-css-support#adding-component-level-css ) |
47+ | Mantine | [ Website] ( https://mantine.dev/ ) - [ Docs] ( https://mantine.dev/pages/getting-started/ ) - [ GitHub] ( https://github.com/mantinedev/mantine ) |
48+ | Chakra UI | [ Website] ( https://chakra-ui.com/ ) - [ Docs] ( https://chakra-ui.com/docs/getting-started ) - [ GitHub] ( https://github.com/chakra-ui/chakra-ui ) |
49+ | Material UI | [ Website] ( https://material-ui.com/ ) - [ Docs] ( https://material-ui.com/getting-started/installation/ ) - [ GitHub] ( https://github.com/mui-org/material-ui ) |
50+ | Framer Motion | [ Website] ( https://www.framer.com/motion/ ) - [ Docs] ( https://www.framer.com/docs/ ) - [ GitHub] ( https://github.com/framer/motion ) |
51+ | React Hook Form | [ Website] ( https://react-hook-form.com/ ) - [ Docs] ( https://react-hook-form.com/get-started ) - [ GitHub] ( https://github.com/react-hook-form/react-hook-form ) |
52+ | Formik | [ Website] ( https://formik.org/ ) - [ Docs] ( https://formik.org/docs/overview ) - [ GitHub] ( https://github.com/formium/formik ) |
53+ | React Query | [ Website] ( https://tanstack.com/query/latest ) - [ Docs] ( https://tanstack.com/query/latest/docs/react/overview ) - [ GitHub] ( https://github.com/tanstack/query ) |
54+ | React Icons | [ Website] ( https://react-icons.github.io/react-icons/ ) - [ GitHub] ( https://github.com/react-icons/react-icons ) |
55+ | ESLint | [ Website] ( https://eslint.org/ ) - [ Configuration] ( https://eslint.org/docs/user-guide/configuring/ ) - [ Rules] ( https://eslint.org/docs/rules/ ) - [ GitHub] ( https://github.com/eslint/eslint ) |
56+ | Prettier | [ Website] ( https://prettier.io/ ) - [ Docs] ( https://prettier.io/docs/en/index.html ) - [ Options] ( https://prettier.io/docs/en/options.html ) - [ GitHub] ( https://github.com/prettier/prettier ) |
57+ | Husky | [ Website] ( https://typicode.github.io/husky/ ) - [ Docs] ( https://typicode.github.io/husky/ ) - [ GitHub] ( https://github.com/typicode/husky ) |
58+ | lint-staged | [ Website] ( https://github.com/okonet/lint-staged ) - [ GitHub] ( https://github.com/okonet/lint-staged ) |
59+ | pnpm | [ Website] ( https://pnpm.io/ ) - [ Docs] ( https://pnpm.io/motivation ) - [ GitHub] ( https://github.com/pnpm/pnpm ) |
60+ | Yarn | [ Website] ( https://yarnpkg.com/ ) - [ CLI Docs] ( https://yarnpkg.com/cli ) - [ GitHub] ( https://github.com/yarnpkg/berry ) |
61+ | npm | [ Website] ( https://www.npmjs.com/ ) - [ CLI Docs] ( https://docs.npmjs.com/cli/ ) |
62+ | GitHub Actions | [ Website] ( https://github.com/features/actions ) - [ Docs] ( https://docs.github.com/en/actions ) - [ Workflow syntax] ( https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions ) |
63+ | Plausible Analytics | [ Website] ( https://plausible.io/ ) - [ Docs] ( https://plausible.io/docs ) - [ GitHub] ( https://github.com/plausible/analytics ) |
64+ | next-plausible | [ Website] ( https://next-plausible.vercel.app/ ) - [ GitHub] ( https://github.com/4lejandrito/next-plausible ) |
6365
6466<!-- CNS-END-OF-TECHNOLOGIES-TABLE -->
6567
9799 --package-manager=<option> (required) Sets the preferred package manager.
98100 (Required)
99101 <options: pnpm|yarn|npm>
102+ --plausible Adds Plausible. (Analytics)
100103 --prettier Adds Prettier. (Code formatting)
101104 --react-hook-form Adds React Hook Form. (Form library)
102105 --react-icons Adds React Icons. (Icon library)
0 commit comments