Socket
Book a DemoInstallSign in
Socket

init-react-env

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

init-react-env

React + TypeScript + Tailwind + ESLint + Prettier + Husky 프로젝트 초기화 도구

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

A CLI tool that automatically sets up React projects
with TypeScript, Tailwind CSS, and essential development tools.


빠른 시작

npx init-env

지원하는 도구들

프레임워크

  • Vite
  • Next.js

개발 도구

  • TypeScript
  • Tailwind CSS
  • ESLint
  • Prettier
  • Husky

패키지 매니저

  • pnpm
  • npm
  • yarn

생성되는 프로젝트 구조

Vite 프로젝트

my-app/
├── src/
│   ├── App.tsx          # 메인 앱 컴포넌트
│   ├── main.tsx         # 앱 진입점
│   ├── index.css        # 전역 스타일
│   └── vite-env.d.ts    # Vite 타입 정의
├── public/
│   └── vite.svg         # Vite 로고
├── index.html           # HTML 템플릿
├── vite.config.ts       # Vite 설정
├── tsconfig.json        # TypeScript 설정
├── tailwind.config.js   # Tailwind CSS 설정
├── eslint.config.js     # ESLint 설정 (선택사항)
├── .prettierrc          # Prettier 설정 (선택사항)
├── .husky/              # Husky Git 훅 (선택사항)
└── package.json         # 프로젝트 설정

Next.js 프로젝트

my-app/
├── src/
│   └── app/
│       ├── layout.tsx   # 루트 레이아웃
│       ├── page.tsx     # 홈 페이지
│       └── globals.css  # 전역 스타일
├── next.config.js       # Next.js 설정
├── tsconfig.json        # TypeScript 설정
├── tailwind.config.js   # Tailwind CSS 설정
├── .eslintrc.json       # ESLint 설정 (선택사항)
├── .prettierrc          # Prettier 설정 (선택사항)
├── .husky/              # Husky Git 훅 (선택사항)
└── package.json         # 프로젝트 설정

Keywords

react

FAQs

Package last updated on 24 Aug 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.