Skip to content

Commit

Permalink
fix: Name change artifacts (#96)
Browse files Browse the repository at this point in the history
* chore: Add dist/ to ignore list

Signed-off-by: AlexNg <contact@ngjx.org>

* fix: Udpate name template -> waku

Signed-off-by: AlexNg <contact@ngjx.org>

---------

Signed-off-by: AlexNg <contact@ngjx.org>
  • Loading branch information
caffeine-addictt authored Sep 8, 2024
1 parent 510baea commit 525f7f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
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 <contact@ngjx.org>
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.

0 comments on commit 525f7f7

Please sign in to comment.