
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.
lfgo)A fast CLI tool to scaffold projects from template repositories.
pnpx lfgo <preset|repo> <project-name>
pnpx lfgo react my-awesome-app
You can also specify any GitHub repository:
# Using username/repo format
pnpx lfgo username/repo-name my-project
# Using full URL
pnpx lfgo https://github.com/username/repo-name my-project
If the value doesn't match a known preset, the tool will ask you to confirm that you want to use it as a GitHub repo.
This will:
--depth 1 for efficiency)package.json with your project namepnpmreact - React + TypeScript + Vite TemplateNo installation needed! Just run:
pnpx lfgo react my-project
pnpm add -g lfgo
Then use it anywhere:
lfgo react my-project
To add a new preset, edit bin/lfgo.js and add an entry to the PRESETS object:
const PRESETS = {
react: {
repo: "https://github.com/coreyward/quick-start-react-template",
name: "React + TypeScript + Vite Template",
},
// Add your new preset here
vue: {
repo: "https://github.com/yourusername/vue-template",
name: "Vue 3 Template",
},
};
MIT
FAQs
Quick start CLI tool for project templates
We found that lfgo 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.