forked from savaki/go-giter8
-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
0d86e75
commit 76b7db1
Showing
6 changed files
with
23 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ Features: | |
- [x] Generate template output from local directory (protocol `file://`). | ||
- [x] Support scaffolding. | ||
|
||
Latest version: [v0.4.0](RELEASE-NOTES.md). | ||
Latest version: [v0.4.1](RELEASE-NOTES.md). | ||
|
||
## Installation | ||
|
||
|
@@ -22,7 +22,7 @@ go get github.com/btnguyen2k/go-giter8/g8 | |
or you can specified a specific version: | ||
|
||
``` | ||
go get github.com/btnguyen2k/go-giter8/[email protected].0 | ||
go get github.com/btnguyen2k/go-giter8/[email protected].1 | ||
``` | ||
|
||
## Upgrading | ||
|
@@ -36,7 +36,7 @@ go get -u github.com/btnguyen2k/go-giter8/g8 | |
or you can specified a specific version: | ||
|
||
``` | ||
go get -u github.com/btnguyen2k/go-giter8/[email protected].0 | ||
go get -u github.com/btnguyen2k/go-giter8/[email protected].1 | ||
``` | ||
|
||
## Giter8 template | ||
|
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
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ import ( | |
|
||
const ( | ||
// Version of go-giter8 | ||
Version = "0.4.0" | ||
Version = "0.4.1" | ||
) | ||
|
||
func main() { | ||
|
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