
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
create-zephyr-apps
Advanced tools
Zephyr Cloud | Zephyr Docs | Discord | Twitter | LinkedIn
A CLI tool to create web applications using Zephyr. This package provides templates and scaffolding for quickly setting up new projects with Zephyr integration.
# npm (global)
npm install -g create-zephyr-apps
# npx (recommended)
npx create-zephyr-apps@latest
# yarn
yarn create zephyr-apps
# pnpm
pnpm create zephyr-apps
# bun
bunx create-zephyr-apps
Run the command without arguments to start the interactive mode:
npx create-zephyr-apps@latest
This will prompt you to choose:
You can also specify options directly:
npx create-zephyr-apps@latest my-app --template vite-react-ts
After creating your application:
Navigate to your project directory:
cd my-app
Install dependencies:
npm install
Start the development server:
npm run dev
Build for production:
npm run build
We welcome contributions! Please read our contributing guidelines for more information.
Licensed under the Apache-2.0 License. See LICENSE for more information.
FAQs
A CLI tool to create web applications using Zephyr.
The npm package create-zephyr-apps receives a total of 75 weekly downloads. As such, create-zephyr-apps popularity was classified as not popular.
We found that create-zephyr-apps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.