This template should help you get started developing Actindo plugin with Vue 3.
npm install @actindo/create-pluginThis template should help you get started developing Actindo plugin with Vue 3.
Have NodeJS and NPM installed on your machine and clone this repository.
Run
``bash`
npm init @actindo/plugin@latest
- Enter a folder name (UserInterface) or use . to install the plugin in the current folder.
- Enter a plugin name.
| command | value | description |
|-----------------------|-----------------------|--------------------------------------|
| -n, --folder-name | UserInterface | Project folder name |
| -p, --plugin-name | _pluginName_ | Plugin name |
| -f, --force-overwrite | | Overwrite folder content (if exists) |
| -s, --sample | 1/0 yes/no true/false | Copy sample code |
| -h, --help | | Help content |
Usages:
- Install in the UserInterface folder, overwrite content (is not empty), use taxes as the project name (package.json file)
`bash`
npm init @actindo/plugin@latest -- -n=UserInterface -p=taxes -f
- Install husky
`bash``
npm run husky:install