create next stack
1.0.0
Create Next Stackは、新しいnext.jsアプリのボイラープレートを簡単にセットアップするために使用されるWebサイトおよびCLIツールです。
次のアプリを作成すると、単一のテンプレートのみを選択できます。次のスタックを作成すると、next.jsと一緒によく使用されるテクノロジーの配列を選択して選択できます。
開始するには、create-nextStack.comにアクセスしてください。
以下の表は、Create Next Stackによって現在サポートされているテクノロジーの概要を示しています。
| 名前 | リンク |
|---|---|
| next.js | ウェブサイト - docs -next.js -github -wikipediaを学ぶ |
| 反応します | ウェブサイト-Docs -Github -Wikipedia |
| タイプスクリプト | ウェブサイト-Docs -Github -Wikipedia |
| 感情 | ウェブサイト - ドキュメント-Github |
| スタイルのコンポーネント | ウェブサイト - ドキュメント-Github |
| Tailwind CSS | ウェブサイト - ドキュメント-Github |
| サス | Webサイト - ドキュメント-NEXT.JS固有のドキュメント |
| CSSモジュール | Webサイト - ドキュメント-NEXT.JS固有のドキュメント |
| CSSモジュール | Webサイト - ドキュメント-NEXT.JS固有のドキュメント |
| マンティン | ウェブサイト - ドキュメント-Github |
| チャクラUI | ウェブサイト - ドキュメント-Github |
| マテリアルUI | ウェブサイト - ドキュメント-Github |
| フレーマーの動き | ウェブサイト - ドキュメント-Github |
| 反応フックフォーム | ウェブサイト - ドキュメント-Github |
| Formik | ウェブサイト - ドキュメント-Github |
| Reactクエリ | ウェブサイト - ドキュメント-Github |
| 反応アイコン | ウェブサイト - github |
| eslint | ウェブサイト - 構成 - ルール - github |
| きれい | ウェブサイト - ドキュメント - オプション-Github |
| ハスキー | ウェブサイト - ドキュメント-Github |
| 糸くずのステージ | ウェブサイト - github |
| pnpm | ウェブサイト - ドキュメント-Github |
| 糸 | ウェブサイト-CLI Docs -Github |
| npm | ウェブサイト - ドキュメント-Github |
| githubアクション | ウェブサイト - ドキュメント - ワークフロー構文 |
| もっともらしい分析 | ウェブサイト - ドキュメント-Github |
| 次に義務があります | ウェブサイト - github |
| ヴェルセル | ウェブサイト-Docs -CLI Docs |
| netlify | ウェブサイト-Docs -CLI Docs |
以下に、引数やオプションに関する詳細情報を含む、次のスタックの使用法の作成の概要を参照してください。概要はcreate-next-stack --help
USAGE
$ create-next-stack [APP_NAME] [FLAGS]
ARGUMENTS
APP_NAME The name of your app, optionally including a path prefix. Eg.:
"my-app" or "path/to/my-app"
FLAGS
-h, --help Shows the CLI help information.
-v, --version Shows the CLI version information.
--chakra Adds Chakra UI. (Component library) (Requires
Emotion and Framer Motion)
--debug Show verbose error messages for debugging
purposes.
--formatting-pre-commit-hook Adds a formatting pre-commit hook. (Requires
Prettier)
--formik Adds Formik. (Form library)
--framer-motion Adds Framer Motion. (Animation library)
--github-actions Adds a GitHub Actions continuous integration
workflow.
--mantine Adds Mantine. (Component library) (Requires
Emotion)
--material-ui Adds Material UI. (Component library) (Requires
Emotion)
--netlify Adds Netlify. (Hosting)
--package-manager=<option> (required) Sets the preferred package manager.
(Required)
<options: pnpm|yarn|npm>
--plausible Adds Plausible. (Analytics)
--prettier Adds Prettier. (Code formatting)
--react-hook-form Adds React Hook Form. (Form library)
--react-icons Adds React Icons. (Icon library)
--react-query Adds React Query. (Server state management
library)
--styling=<styling-method> (required) Sets the preferred styling method.
(Required) <styling-method> =
emotion|styled-components|tailwind-css|css-modul
es|css-modules-with-sass
--vercel Adds Vercel. (Hosting)
貢献は大歓迎です!詳細については、貢献ガイドラインをご覧ください。
Create Next StackはMITライセンスの下でリリースされます。