New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-own-app

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-own-app

Create web application with the `create-own-app`

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source

own app

create-own-app

Docs

visit: create-own-app

Installation

To get started with the project, run the following command to scaffold a new app:

npm create own-app@latest
pnpm create own-app@latest
yarn create own-app@latest
bun create own-app@latest

Introduction

The foundation of the stack consists of Next.js for building optimized applications and TypeScript for enhanced development with type safety. Tailwind CSS/Shadcn is typically included for rapid, responsive design.

For backend development, consider adding:

  • tRPC for seamless TypeScript integration.
  • Prisma for efficient database interaction.
  • NextAuth.js for flexible authentication solutions.

CI Flags

For our CI (Continuous Integration) setup, we offer experimental flags that allow you to scaffold an app without any interactive prompts. These flags are useful for automating the setup process.

Note: These flags are experimental and may change in future versions without following semantic versioning.

FlagDescription
[dir]Specify the project directory name.
-y, --defaultBypass prompts and scaffold with all default options.
--trpcAdd tRPC for type-safe API communication.
--prismaInclude Prisma ORM for type-safe database access.
--drizzleInclude Drizzle ORM for modern database management.
--nextAuthAdd NextAuth.js for flexible authentication solutions.
--tailwindInclude Tailwind CSS for utility-first styling.
--dbProvider [provider]Configure a database provider for the project.
--appRouterUse Next.js App Router for routing.
--noGitSkip initializing a Git repository for the project.
--noInstallGenerate the project without installing dependencies.

Inspirations / Thanks

Special thanks to t3-oss for creating create-t3-app.

Keywords

create-own-app

FAQs

Package last updated on 03 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts