Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Name change artifacts #96

Merged
merged 2 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
waku
dist/
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ archives:
format: zip

aurs:
- homepage: https://github.com/caffeine-addictt/waku
- name: waku
homepage: https://github.com/caffeine-addictt/waku
description: A simple template repository generator. Lets make starting new proejcts feel like a breeze again!
maintainers:
- Jun Xiang <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ all: build test
## help: print this help message
.PHONY: help
help:
@echo 'Template - You can run the CLI with "go run main.go"'
@echo 'Waku - You can run the CLI with "go run main.go"'
@echo ''
@echo 'Usage: make [target]'
@echo ''
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

// The Root command
var RootCmd = &cobra.Command{
Use: "template",
Use: "waku",
Short: "let's make starting new projects feel like a breeze again",
Long: "This tool helps you to create a new project from templates.\n\nLet's make starting new projects feel like a breeze again.",
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading