You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Framer Motion is a popular React animation library. It allows users to create both simple animations and complex gesture-based interactions. The library implements a declarative API, otherwise known as spring animations, which lets the developer define the animation's end state, letting the library handle the rest.",
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new [Next.js](https://github.com/vercel/next.js) apps.
30
+
[Create Next Stack](https://www.create-next-stack.com/) is a website and CLI tool used to easily set up the boilerplate of new [Next.js](https://github.com/vercel/next.js) apps.
22
31
23
32
Where [Create Next App](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) lets you choose a single template only, Create Next Stack lets you pick and choose an array of technologies often used alongside Next.js, and free you of the pain of making them work together.
24
33
@@ -44,10 +53,11 @@ The table below provides an overview of the technologies currently supported by
Technologies marked with ⚠ are required. If you don't want to use these technologies, you have three options:
71
-
72
-
1. Set up your project using Create Next Stack anyway, and make the necessary adjustments manually.
73
-
1. Set up your project manually with Create Next App.
74
-
1. Find and use a template repo you can clone here on GitHub.
75
-
76
78
## Usage
77
79
78
80
Below you see an overview of Create Next Stack's usage, including detailed information about arguments and options. The overview is the result of running `create-next-stack --help`
@@ -85,21 +87,25 @@ ARGUMENTS
85
87
APPNAME The name of your app, optionally including a path prefix. Eg.: "my-app" or "path/to/my-app"
86
88
87
89
OPTIONS
88
-
-h, --help Shows the CLI help information.
89
-
-v, --version Shows the CLI version information.
90
-
--chakra Adds Chakra UI. (Component library) (Requires Emotion and Framer Motion)
91
-
--debug Show verbose error messages for debugging purposes.
92
-
--formatting-pre-commit-hook Adds a formatting pre-commit hook. (Requires Prettier)
0 commit comments