Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@devo/applications-builder-cli
Advanced tools
This is a command line interface tool for building and testing applications for Devo platform.
From npmjs
sudo npm install @devo/applications-builder-cli -g
Local repository
sudo npm install -g
Run the CLI with the dab-cli
command.
Check the system for a suitable environment.
dab-cli check
To see all the params use --help.
dab-cli [command] --help
Create a new folder with the application content in the current directory.
dab-cli create <name> [--template <template>]
Params:
app_name
: Name of the application to generate. You can include the path
where you want to generate it, otherwise it will be generated in the current
directory.template
: Zip file or git repository URL to use as template.By default, the template used is the one from the git@github.com:DevoInc/applications-builder-template.git repository. You can use another template specifying a zip file path or a git repository.
Build the application for a specific mode. Execute this command from the root directory of the application.
dab-cli build <mode> [--release]
Params:
mode
: The build mode used. It can be: dev
, pre
or pro
.release
: Prepend the timestamp to the name file and save it in the releases
folder.Modes:
dev
: Development mode. Watches for changes in the code and lets us use
Devo Runner. The code is not minified.pre
: Pre-production mode. Builds minified code but lets us use the
Devo Runner.pro
: Production mode. Builds minified code ready for upload to Devo.Remember its important you make npm install
in the project folder before you
can make one build of the project.
Check the translations included in the application. Execute this command from the root directory of the application.
dab-cli trans
1.0.0 (2021-12-14)
FAQs
Devo Applications Builder CLI
The npm package @devo/applications-builder-cli receives a total of 0 weekly downloads. As such, @devo/applications-builder-cli popularity was classified as not popular.
We found that @devo/applications-builder-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.