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

create-backoffice

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-backoffice

A CLI tool to create a new React Backoffice project from the bounce-lab boilerplate.

latest
npmnpm
Version
1.0.16
Version published
Maintainers
1
Created
Source

create-backoffice

React 기반 백오피스 보일러플레이트를 손쉽게 생성하는 CLI 도구입니다. BOUNCELAB에서 사용되는 보일러플레이트로 승인된 토큰을 입력하여 이용가능한 형태입니다.

🚀 사용법

각 명령어 앞에 GITHUB_TOKEN={YOUR_TOKEN} 입력 필수

npx create-backoffice my-app
# 또는
yarn create backoffice my-app

업데이트 방법

기본 업데이트 (새 파일만 추가)

npx create-backoffice update
# 또는
yarn create backoffice update

덮어쓰기형 업데이트 (기존 파일도 갱신)

npx create-backoffice update --overwrite
# 또는
yarn create backoffice update --overwrite

Keywords

react

FAQs

Package last updated on 04 Nov 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