Tutorial

Installation

For the installation of Devo Applications Builder CLI make sure you meet the requirements and then follow the steps below:

NPM

  npm install -g @devoinc/applications-builder-cli

GitHub

For more information about this tool, visit Devo Applications Builder CLI

If you want to customize or extend some functionality of Devo Applications Builder follow the steps bellow:

  • Download the Devo Applications Builder
  • Go to the downloaded folder
  • Install the package
    npm ci
    
  • Generate the link
    cd src
    npm link
    
  • Link the package in your application
    cd /path/to/your/application
    npm link @devoinc/applications builder
    

For more information about this library and how to link, visit Devo Applications Builder.

Finally, if you want to customize or extend some functionality of Devo Applications Data Library follow the steps bellow:

  • Download the Devo Applications Data Library
  • Go to the downloaded folder
  • Install the package
    npm install
    
  • Generate the link
    cd src
    npm link
    
  • Link the package in your application and in the Devo Applications Builder.
    npm link @devoinc/application-data-library
    

For more information about this library and how to link with your application, visit Devo Applications Data Library.