0.0.22 • Published 10 months ago

@actindo/create-plugin v0.0.22

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Example plugin

This template should help you get started developing Actindo plugin with Vue 3.

Prerequisite

Have NodeJS and NPM installed on your machine and clone this repository.

Getting started

Run

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 options

commandvaluedescription
-n, --folder-nameUserInterfaceProject folder name
-p, --plugin-namepluginNamePlugin name
-f, --force-overwriteOverwrite folder content (if exists)
-s, --sample1/0 yes/no true/falseCopy sample code
-h, --helpHelp content

Usages:

  • Install in the UserInterface folder, overwrite content (is not empty), use taxes as the project name (package.json file)
npm init @actindo/plugin@latest -- -n=UserInterface -p=taxes -f
  • Install husky
npm run husky:install
0.0.22

10 months ago

0.0.21

10 months ago

0.0.20

12 months ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago