
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@app-cn/cli
Advanced tools
Init + add CLI for appCN. RN-aware shadcn registry helper for Expo and bare React Native.
Command-line interface for appCN — copy-paste mobile components for React Native + Expo.
# Initialize an Expo / React Native project for appCN
npx @app-cn/cli@latest init
# Install a component
npx @app-cn/cli@latest add button
Replace npx with pnpm dlx, yarn dlx, or bunx --bun depending on your package manager.
appcn initSets up NativeWind + Reanimated config and registers the @app-cn namespace in your components.json so the shadcn CLI can resolve appCN components by their short name (e.g. @app-cn/button).
The init wizard is a work-in-progress in
0.1.0and currently prints manual setup instructions. The full automated flow ships in0.2.0.
appcn add <slug>Installs a single component from https://appcn.vercel.app/r/<slug>.json. Behind the scenes this:
components.json has the @app-cn registry entry.shadcn@latest add @app-cn/<slug> via your detected package manager.Flags:
-y, --yes — auto-patch components.json if the registry entry is missing.APPCN_REGISTRY_URL — override the registry base URL. Defaults to https://appcn.vercel.app/r. Useful for local docs work.MIT © Salah-XD
FAQs
Init + add CLI for appCN. RN-aware shadcn registry helper for Expo and bare React Native.
The npm package @app-cn/cli receives a total of 0 weekly downloads. As such, @app-cn/cli popularity was classified as not popular.
We found that @app-cn/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.