We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78959a7 commit 89dc435Copy full SHA for 89dc435
1 file changed
README.md
@@ -12,21 +12,13 @@ hemera-cli
12
13
## Commands
14
15
-## Create basic plugin template
+## Create plugin
16
+
17
+Create a basic plugin hemera plugin with a test suite.
18
19
```
20
$ create plugin <name>
21
-__Structure__
-```
22
-| index.js // Create basic plugin functionality
23
-| package.json // Create package.json
24
-| README.md // Create README with example and getting started section
25
-|
26
-\---test // Create sample testsuite
27
- index.spec.js
28
29
-
30
31
## List services
32
0 commit comments