
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
@celo/celo-composer
Advanced tools
CLI tool for generating customizable Celo blockchain starter kits
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 263 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
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.