-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
{ | ||
"name": "@caido-community/create-plugin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Initializer for Caido plugins", | ||
"author": "Caido Labs Inc. <[email protected]>", | ||
"homepage": "https://github.com/caido-community/create-plugin", | ||
"bin": { | ||
"create-plugin": "./dist/index.mjs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/caido-community/create-plugin.git" | ||
}, | ||
"scripts": { | ||
"build": "unbuild" | ||
}, | ||
|
@@ -16,7 +22,6 @@ | |
"node": "^18.0.0 || >=20.0.0" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@inquirer/prompts": "7.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# VueJS Frontend Template | ||
# Vanilla JS Frontend Template | ||
|
||
This template should be used as a starting point for creating a new plugin with a VueJS frontend. | ||
This template should be used as a starting point for creating a new plugin with a vanilla JS frontend. | ||
|
||
## Features | ||
|
||
- [pnpm](https://pnpm.io/) as package manager | ||
- [TypeScript](https://www.typescriptlang.org/) | ||
- [VueJS](https://vuejs.org/) | ||
- [PrimeVue](https://primevue.org/) for UI components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "frontend-vue", | ||
"name": "frontend-vanilla", | ||
"version": "0.0.1", | ||
"description": "Plugin template with frontend using VueJS", | ||
"description": "Plugin package template with frontend", | ||
"author": "Caido Labs Inc. <[email protected]>", | ||
"license": "CC0-1.0", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "frontend-vue", | ||
"version": "0.0.1", | ||
"description": "Plugin template with frontend using VueJS", | ||
"description": "Plugin package template with frontend using VueJS", | ||
"author": "Caido Labs Inc. <[email protected]>", | ||
"license": "CC0-1.0", | ||
"type": "module", | ||
|