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.
- Host: GitHub
- URL: https://github.com/espocrm/extension-tools
- Owner: espocrm
- License: mit
- Created: 2023-06-20T11:35:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T14:03:00.000Z (over 1 year ago)
- Last Synced: 2025-04-24T07:11:31.464Z (about 1 year ago)
- Language: JavaScript
- Size: 608 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.