processmaker / package-skeleton
Package skeleton to develop a package for ProcessMaker 4
Installs: 239
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 25
Forks: 5
Open Issues: 5
Language:Vue
Type:project
- dev-master
- v2.x-dev
- 0.0.2
- 0.0.1
- dev-upgrade-vite
- dev-dependabot/npm_and_yarn/browserify-sign-4.2.2
- dev-dependabot/npm_and_yarn/babel/traverse-7.23.2
- dev-dependabot/npm_and_yarn/postcss-and-resolve-url-loader-and-vue-loader-8.4.31
- dev-upgrades
- dev-improve-package
- dev-feature/FOUR-6565
- dev-encrypted/devops/test
- dev-devops/test
- dev-feature/tests
- dev-feature/webpack-callback
This package is auto-updated.
Last update: 2024-10-30 19:09:41 UTC
README
This package provides the necessary base code to start the developing a package in ProcessMaker 4.
Development
If you need to create a new ProcessMaker package run the following commands:
git clone https://github.com/ProcessMaker/package-skeleton.git
cd package-skeleton
php rename-project.php package-skeleton
composer install
npm install
npm run dev
Installation
- Use
composer require processmaker/package-skeleton
to install the package. - Use
php artisan package-skeleton:install
to install generate the dependencies.
Navigation and testing
- Navigate to administration tab in your ProcessMaker 4
- Select
Skeleton Package
from the administrative sidebar
Uninstall
- Use
php artisan package-skeleton:uninstall
to uninstall the package - Use
composer remove processmaker/package-skeleton
to remove the package completely