Skip to content

Commit

Permalink
Added templates dir and plugin template
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Aug 7, 2023
1 parent e620bd1 commit 1259707
Show file tree
Hide file tree
Showing 6 changed files with 984 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Example plugins for the CLI
19 changes: 19 additions & 0 deletions examples/plugin_template/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "test_plugin",
"version": "1.0.0",
"description": "",
"module": "./dist/index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cmd-ts": "^0.13.0"
},
"devDependencies": {
"tsup": "^7.2.0"
}
}
Loading

0 comments on commit 1259707

Please sign in to comment.