1.0.6 • Published 4 months ago

tsnc-create-next-app-trpc v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

tsnc-create-next-app-trpc

A package for quickly creating Next.js projects with tRPC and React Query.

This package automates the setup of a Next.js project configured with tRPC and React Query, streamlining the process of starting a new project with these technologies.

Installation

To use this package, you'll first need to have Node.js installed on your system. If you don't have Node.js installed, you can download it from the official Node.js website.

Once Node.js is installed, you can install the tsnc-create-next-app-trpc package using npm (Node Package Manager). Run the following command in your terminal:

npm install -g tsnc-create-next-app-trpc

This will install the package globally on your system, allowing you to use it to create new Next.js projects with tRPC and React Query.

Usage After installing the package, you can create a new Next.js project by running:

npx tsnc-create-next-app-trpc

This command will create a new Next.js project and set up the necessary configurations for tRPC and React Query.

What's Included? The package will set up a new Next.js project with the following packages pre-installed:

  • @trpc/client
  • @trpc/server
  • @trpc/react-query
  • @tanstack/react-query
  • decimal.js
  • superjson

These dependencies are essential for working with tRPC and React Query in a Next.js project.

Contributing Contributions to tsnc-create-next-app-trpc are welcome. If you have any suggestions, bug reports, or pull requests, feel free to open an issue or submit a pull request on the repository.

License This project is licensed under the ISC License. See the LICENSE file for details.

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago