@tksst/next-app-additions
v1.5.0
Published
additions to a project generated with create-next-app
Downloads
17
Readme
@tksst/next-app-additions
Overview 概要
This is a tool that adds some additional configuration to a Next.js (create-next-app) project.
It is intended for my personal use so there are fewer documents.
Next.js(create-next-app)のプロジェクトにいくつかの設定を追加するツール。
作者が個人的に使うことを意図しているため、ドキュメントはほとんど整備していない。
Usage 使い方
$ pnpm dlx create-next-app
$ cd your-project-directory/
$ pnpm dlx @tksst/next-app-additions
Requirement 必要条件
- This tool needs Node.js 20
- このツールを実行するのには Node.js 20 が必要
- A Next.js project set up for pnpm (npm is not supported)
- pnpmでセットアップされたNext.jsプロジェクト(npmは非対応)