Skip to content

Commit b9bdede

Browse files
committed
update README.md
1 parent 42c94ca commit b9bdede

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
SwiftPackage Plugin for executing arbitrary ShellScript.
44

5+
## Feature
6+
- BuildToolPlugin: RunScriptPlugin
7+
- CommandPlugin: RunScriptCommandPlugin
8+
- XcodeBuildToolPlugin: RunScriptPlugin
9+
- XcodeCommandPlugin: RunScriptCommandPlugin
510

611
## Usage
712
Place the file named `runscript.yml`(or `.runscript.yml`) in the root of the project.
@@ -35,6 +40,10 @@ build: # build Command
3540
- name: "Hello"
3641
script: "echo Hello"
3742

43+
command: # Command Plugin
44+
- name: "Hello from Command"
45+
script: "echo 'Hello from Command'"
46+
3847
all: # run in `prebuild`, `build`...
3948
- name: "Hello(all)"
4049
script: "echo Hello(all)"

0 commit comments

Comments
 (0)