
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ken-project-starter
Advanced tools
A CLI tool to scaffold a Turborepo monorepo with a Next.js app, shadcn/ui, cursor rules, Supabase, Firebase, and Tailwind CSS.
Ken Project Starter is a CLI tool to automatically scaffold a modern monorepo using Turborepo, with a Next.js app pre-configured for shadcn/ui, cursor rules, Supabase, Firebase, and Tailwind CSS.
npm install -g ken-project-starter
ken-start <your-app-name>
This will:
apps/<your-app-name> with TypeScript, Tailwind CSS, ESLint, shadcn/ui, and src directory structure.@supabase/supabase-js, firebase, shadcn-ui in the Next.js app..env.local in the Next.js app for Supabase and Firebase credentials.ken-start my-next-app
To start developing your Next.js app:
cd apps/my-next-app
npm run dev
Update apps/<your-app-name>/.env.local with your Supabase and Firebase credentials.
MIT
nextjs-project-TIMESTAMP/.env.local.cd nextjs-project-TIMESTAMP
npm run dev
http://localhost:3000.npx create-next-app@latest command uses TypeScript, Tailwind CSS, ESLint, and the App Router for a modern setup.npx shadcn@latest init -y command uses defaults to avoid interactive prompts.cursor-rules-guide is private, configure SSH or use a token in the URL.npx shadcn@latest add <component> in the project directory.ken-project-starter is installed globally (npm install -g ken-project-starter).npm install -g ken-project-starter with sudo if needed, or fix npm permissions.npm install in the generated project directory if needed.To modify or test locally:
git clone https://github.com/YOUR_USERNAME/ken-project-starter.git
cd ken-project-starter
npm link
ken-start-project
MIT
FAQs
A CLI tool to scaffold a Turborepo monorepo with a Next.js app, shadcn/ui, cursor rules, Supabase, Firebase, and Tailwind CSS.
The npm package ken-project-starter receives a total of 2 weekly downloads. As such, ken-project-starter popularity was classified as not popular.
We found that ken-project-starter 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.