npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

jeonny-boilerplate

v3.0.0

Published

packages / React + Typescript + Prettier + ESLint + axios + React-Router-Dom

Downloads

34

Readme

Jeonny-BoilerPlate

  • Helps with easy initial setup of React or Next project.(react 또는 next 프로젝트의 손쉬운 초기 설정을 도와줍니다.)

Includes

React

libs

  • react
  • typescript
  • prettier
  • eslint
  • react-router-dom
  • axios

ESLint/Prettier

  • Uses ESLint/Prettier Settings from Airbnb. (Airbnb 사의 ESLint/Prettier Settings을 사용합니다.)

Provides 10 foleders for Code classification

  • assets Stores static files such as images, fonts, and icons. (이미지, 폰트, 아이콘과 같은 정적 파일들을 저장합니다.)
  • conponents Stores reusable UI components. (재사용 가능한 UI 컴포넌트를 저장합니다.)
  • constants Stores constant values ​​used within the application. (애플리케이션 내에서 사용되는 상수값을 저장합니다.)
  • hooks Saves custom custom hooks. (사용자 정의 커스텀 훅을 저장합니다.)
  • pages Stores the main view pages displayed by the router. (라우터에 의해 표시되는 주요 뷰 페이지를 저장합니다.)
  • store Stores files related to global state management. (전역 상태 관리와 관련된 파일을 저장합니다.)
  • styles Save the files associated with the style. (스타일과 관련된 파일을 저장합니다.)
  • types Stores custom types utilized in Typescript. (Typescript에서 활용되는 사용자 정의 타입을 저장합니다.)
  • utils Stores API functions and utility functions. (API 함수 및 유틸리티 함수들을 저장합니다.)

Next (updating...)

  • next
  • eslint

How to use

1. install package

npm install -g jeonny-boilderplate

2. Execute command to create project

  • (options) Provides --use option. Enter react or next.
  • If you do not enter the --use option, a react project is created by default.
npx create-jb-app project-name

or 

npx create-jb-app project-name --use next

3. Go to the root path of the project and run the following command.

  • react : npm start
  • next : npm run dev

version

  • 1.0.0 : default react project settings with vite
  • 2.0.0 : Create-React-App -> Create-React-App, change directory structure
  • 3.0.0 : Add next project Creation (Using the use option)

info