create-node-app-trpc

1.0.0Β β€’Β PublicΒ β€’Β Published

create-node-app-trpc

πŸš€ Coming Soon: create-node-app-trpc is an upcoming CLI tool designed to revolutionize the way Node.js projects are set up. It's on its way to bringing a seamless setup experience with Vite, TypeScript, and tRPC integration!

Features

  • Vite: Enjoy the fast, next generation frontend tooling with Vite.
  • TypeScript: Utilize the full power of TypeScript for type safety and enhanced development experience.
  • tRPC: Leverage tRPC for end-to-end typesafe APIs, eliminating the need to define types more than once.
  • Easy Setup: Get your Node.js environment up and running with just one command.

Stay Tuned

The package is currently under development and will be available soon. Watch this space for updates and the official release announcement!

Installation

Upon release, you will be able to run create-node-app-trpc directly using npx:

npx create-node-app-trpc

Usage (Upcoming)

To create a new project, you will simply run:

npx create-node-app-trpc my-new-project

Replace my-new-project with your project name. This command will set up a new directory with all the necessary configurations.

Anticipated Project Structure

The tool is expected to set up the following structure for your projects:

my-new-project/
β”œβ”€β”€ node_modules/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts
β”‚   └── ...
β”œβ”€β”€ .gitignore
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── vite.config.ts

Customization (Planned)

The configuration files will be fully customizable to suit diverse project requirements.

Contributing

Interested in contributing? We welcome contributions of all forms! Feel free to make a pull request or open an issue in the repository.

License

create-node-app-trpc will be open source software licensed as MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i create-node-app-trpc

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

15.6 kB

Total Files

5

Last publish

Collaborators

  • tsnc