
Product
Introducing Manifest Alerts
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.
create-fast-turbo
Advanced tools
A cross-platform CLI tool to quickly scaffold a TurboRepo monorepo with pre-configured templates.
# Install globally
npm install -g create-fast-turbo
# Create a new project
create-fast-turbo my-awesome-app
# Start developing
cd my-awesome-app
pnpm dev
npm install -g create-fast-turbo
# Basic usage (uses pnpm by default)
create-fast-turbo my-project
# Specify package manager
create-fast-turbo my-project --npm
create-fast-turbo my-project --pnpm
create-fast-turbo my-project --yarn
# Interactive mode
create-fast-turbo
# Help
create-fast-turbo --help
my-project/
├── apps/
│ ├── web/ # Next.js web app
│ └── docs/ # Next.js docs site
├── packages/
│ ├── ui/ # Shared UI components
│ ├── eslint-config/ # ESLint config
│ └── typescript-config/ # TypeScript config
├── package.json
├── turbo.json
└── tsconfig.json
fs-extra for robust file operationsAutomatically excludes:
node_modules/, .git/.next/, .turbo/, dist/, out/).vercel/, .cache/)*.env*)package-lock.json, yarn.lock, pnpm-lock.yaml)package-lock.json, removes pnpm configpnpm-workspace.yamlpackage.jsonAll internal dependencies use workspace:*:
{
"dependencies": {
"@repo/ui": "workspace:*",
"@repo/eslint-config": "workspace:*"
}
}
git clone https://github.com/GuraaseesSingh/create-fast-turbo
cd create-fast-turbo
npm install
npm link
# Test with different package managers
create-fast-turbo test-project --npm
create-fast-turbo test-project --pnpm
create-fast-turbo test-project --yarn
# Test interactive mode
create-fast-turbo
# Test help
create-fast-turbo --help
templates/basic directory existsgit checkout -b feature/amazing-featuregit commit -m 'Add amazing feature'git push origin feature/amazing-featureISC License
Guraasees Singh Taneja
If this tool helps you:
FAQs
A CLI tool to quickly scaffold a Turborepo with pre-configured templates
We found that create-fast-turbo 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.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.