
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@celo/celo-composer
Advanced tools
A powerful CLI tool for generating customizable Celo blockchain starter kits with modern monorepo architecture.
# Install dependencies
pnpm install
# Build the CLI
pnpm build
# Link for global usage (optional)
npm link
# Interactive mode
pnpm dev create
# With project name
pnpm dev create my-celo-app
# With options
pnpm dev create my-celo-app --description "My awesome Celo app" --skip-install
--description <description>
- Project description--skip-install
- Skip package installationmy-celo-app/
├── apps/
│ └── web/ # Next.js application
├── packages/
│ ├── ui/ # shadcn/ui components
│ └── utils/ # Shared utilities
├── package.json # Root package.json
├── pnpm-workspace.yaml # PNPM workspace config
├── turbo.json # Turborepo configuration
└── tsconfig.json # TypeScript configuration
# Start development
pnpm dev
# Build
pnpm build
# Lint
pnpm lint
# Run tests
pnpm test
MIT
FAQs
CLI tool for generating customizable Celo blockchain starter kits
The npm package @celo/celo-composer receives a total of 58 weekly downloads. As such, @celo/celo-composer popularity was classified as not popular.
We found that @celo/celo-composer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.