0.0.18 • Published 25 days ago

@actindo/create-plugin v0.0.18

Weekly downloads
-
License
-
Repository
-
Last release
25 days 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
0.0.18

25 days ago

0.0.17

28 days ago

0.0.16

1 month ago

0.0.15

2 months ago

0.0.14

2 months ago

0.0.13

2 months ago

0.0.12

3 months ago

0.0.11

3 months ago

0.0.10

4 months ago

0.0.9

4 months ago

0.0.8

5 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago