Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devo/applications-builder-cli

Package Overview
Dependencies
Maintainers
9
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devo/applications-builder-cli

Devo Applications Builder CLI

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
9
Weekly downloads
 
Created
Source

Devo Application Builder CLI

This is a command line interface tool for building and testing applications for Devo platform.

Features

  • Create apps based on templates.
  • Test the applications on the Devo platform.
  • Verify the requirements for a suitable enviroment.

Requirements

  • Git
  • Node >= 8.0.0
  • npm >= 6.0.0
  • Devo account
  • Devo Runner extension for Chrome

Installation

From npmjs

sudo npm install @devo/applications-builder-cli -g

Local repository

sudo npm install -g

Usages

Run the CLI with the dab-cli command.

Check

Check the system for a suitable environment.

dab-cli check

Help

To see all the params use --help.

dab-cli [command] --help
Create

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

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.

Translations

Check the translations included in the application. Execute this command from the root directory of the application.

dab-cli trans

FAQs

Package last updated on 03 Mar 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc