An open API service indexing awesome lists of open source software.

https://github.com/espocrm/extension-tools

Tools for EspoCRM extension development.
https://github.com/espocrm/extension-tools

Last synced: about 1 year ago
JSON representation

Tools for EspoCRM extension development.

Awesome Lists containing this project

README

          

# Extension Tools for EspoCRM

Tools for EspoCRM extension development.

Commands:

* `node build --all` – fetch the Espo instance, fully install and prepare;
* `node build --prepare-test` – fetch the Espo instance and run composer install;
* `node build --copy` – copy extension files to the site directory.