
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.
Zamzon is a CLI tool that helps initialize projects that work with Netlify. Connect a datasource, scaffold CRUD routes and work with any static generator.
yarn global add zamzon
zamzon init ProjectName
cd ProjectName
zamzon g scaffold Todo
zamzon start or yarn dev:lambda
zamzon init <project>
Choosing a datasource:
Currently, only mongodb is supported.
There are plans to add more in the future.
Not selecting a datasource is totally acceptable.
Generate functions:
zamzon generate scaffold Todo title:string done:boolean
When you have your datasource set to mongodb, the scaffold will make a model file, in this case named Todo. It will parse the following parameters and create a schema for you automatically.
If no datasource is set, it will skip making a model file.
zamzon generate route sendemail
Sometimes you don't need every route scaffolding supplies. So you can generate a single route. Don't use spaces or special characters. An update will come soon with validation
zamzon start
Runs the server in dev mode. Must be in the root of the directory of your project.
You can access your functions at /.netlify/functions/
FAQs
zamzon CLI
We found that zamzon demonstrated a not healthy version release cadence and project activity because the last version was released 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.