
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@dadi/generator
Advanced tools
Command-line application generator for DADI Web/API/CDN.
Installation makes the executable dadi-generator available globally, allowing
you to generate a new application by passing the application type and path.
$ npm install -g @dadi/generator
Create an API application:
$ dadi-generator api <path>
$ cd <path>
Create a CDN application:
$ dadi-generator cdn <path>
$ cd <path>
Create a web application:
$ dadi-generator web <path>
$ cd <path>
Install dependencies:
$ npm install
Start the server:
$ npm start
This generator can also be further configured with the following command line flags.
-h, --help output usage information
-V, --version output the version number
--git add a .gitignore file
-f, --force force on non-empty directory
Create a client access record for DADI API:
$ dadi-generator client
Create a page descriptor for DADI Web:
$ dadi-generator page
DADI is a data centric development and delivery stack, built specifically in support of the principles of API first and COPE.
Copyright notice
(C) 2016 DADI+ Limited support@dadi.tech
All rights reserved
This product is part of DADI.
DADI is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version ("the GPL").
If you wish to use DADI outside the scope of the GPL, please
contact us at info@dadi.co for details of alternative licence
arrangements.
This product may be distributed alongside other components available under different licences (which may not be GPL). See those components themselves, or the documentation accompanying them, to determine what licences are applicable.
DADI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The GNU General Public License (GPL) is available at
http://www.gnu.org/copyleft/gpl.html.
A copy can be found in the file GPL distributed with
these files.
This copyright notice MUST APPEAR in all copies of the product!
FAQs
Command-line application generator for DADI Web/API/CDN
We found that @dadi/generator 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.