
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
generate-it
Advanced tools
Generate-it, will generate servers, clients, web-socket and anything else you can template with nunjucks from yml files (openapi/asyncapi)
Generate-It is a tool to generate RESTful servers/clients without Java.
Generate-It is a tool to generate Event Handle layer for servers/clients without Java, eg RabbitMQ.
Change your APIs yml and simply (re)Generate-It, your business logic is safe and sound.. but the http/channel layer is regenerated in seconds.
Here is an example: generate-it is parsing an OpenAPI file using a typescript sever tpl git repo:
generate-it openapi.yml --template https://github.com/acr-lfr/generate-it-typescript-server.git
Here is an example: generate-it is parsing an AsyncAPI file using a typescript RabbitMQ tpl git repo which is designed to work with the TypeScript server:
generate-it asyncapi.yml --template https://github.com/acr-lfr/generate-it-asyncapi-rabbitmq.git
Full DOCUMENTATION & Examples hosted on GitHub pages.
The client/server will be generated using the Nunjucks Template engine.
The templates should be hosted on a publicly available https url, eg: generate-it-typescript-server.
It is strongly recommended to use the OpenApi DSL package boats to standardize OpenAPI/AsyncAPI file architecture and operation IDs and more.
Generate-It is an opensource project from acrontum and Liffery written in TypeScript and is tested on NodeJS LTS.
FAQs
Generate-it, will generate servers, clients, web-socket and anything else you can template with nunjucks from yml files (openapi/asyncapi)
The npm package generate-it receives a total of 106 weekly downloads. As such, generate-it popularity was classified as not popular.
We found that generate-it demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.