Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgursoy committed Oct 8, 2023
1 parent 1296ec3 commit 16e08c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
"vuepress": "^1.9.10"
}
}
4 changes: 3 additions & 1 deletion src/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ structure. If file flag value is not provided, it is going to
use [default properties yaml](https://raw.githubusercontent.com/denizgursoy/go-touch-projects/main/package.yaml).
Firstly,The command asks for project name. Project name is written to go module and used for directory name.

**`inline`**: Inline flag allows you to create projects in your current directory.

### package

`gotouch package --source path-to-source --target path-to-target`
Expand Down Expand Up @@ -34,7 +36,7 @@ Validate checks if your yaml is valid or not.

Allows you to change following configurations:

**`url`**: Replaces the default URL. If changed, gotouch will display project structures in the URL without `-f` flag.
**`url`**: Replaces the default URL. If changed, Gotouch will display project structures in the URL without `-f` flag.

Usage:

Expand Down

0 comments on commit 16e08c5

Please sign in to comment.