Skip to content

Commit 2f31cfc

Browse files
committed
Updated readme
1 parent 48ec43d commit 2f31cfc

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

README.md

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ View the generated [documentation](https://pkg.go.dev/github.com/bitcoinschema/g
9898

9999
- [bitcoinsv/bsvd](https://github.com/bitcoinsv/bsvd)
100100
- [bitcoinsv/bsvutil](https://github.com/bitcoinsv/bsvutil)
101+
- [libsv/go-bk](https://github.com/libsv/go-bk)
101102
- [libsv/go-bt](https://github.com/libsv/go-bt)
102103
</details>
103104

@@ -126,33 +127,36 @@ make help
126127
List of all current commands:
127128

128129
```text
129-
all Runs multiple commands
130-
clean Remove previous builds and any test cache data
131-
clean-mods Remove all the Go mod cache
132-
coverage Shows the test coverage
133-
generate Runs the go generate command in the base of the repo
134-
godocs Sync the latest tag with GoDocs
135-
help Show this help message
136-
install Install the application
137-
install-go Install the application (Using Native Go)
138-
lint Run the golangci-lint application (install if not found)
139-
release Full production release (creates release in Github)
140-
release Runs common.release then runs godocs
141-
release-snap Test the full release (build binaries)
142-
release-test Full production test release (everything except deploy)
143-
replace-version Replaces the version in HTML/JS (pre-deploy)
144-
tag Generate a new tag and push (tag version=0.0.0)
145-
tag-remove Remove a tag if found (tag-remove version=0.0.0)
146-
tag-update Update an existing tag to current commit (tag-update version=0.0.0)
147-
test Runs vet, lint and ALL tests
148-
test-ci Runs all tests via CI (exports coverage)
149-
test-ci-no-race Runs all tests via CI (no race) (exports coverage)
150-
test-ci-short Runs unit tests via CI (exports coverage)
151-
test-short Runs vet, lint and tests (excludes integration tests)
152-
test-unit Runs tests and outputs coverage
153-
uninstall Uninstall the application (and remove files)
154-
update-linter Update the golangci-lint package (macOS only)
155-
vet Run the Go vet application
130+
all Runs multiple commands
131+
clean Remove previous builds and any test cache data
132+
clean-mods Remove all the Go mod cache
133+
coverage Shows the test coverage
134+
diff Show the git diff
135+
generate Runs the go generate command in the base of the repo
136+
godocs Sync the latest tag with GoDocs
137+
help Show this help message
138+
install Install the application
139+
install-go Install the application (Using Native Go)
140+
install-releaser Install the GoReleaser application
141+
lint Run the golangci-lint application (install if not found)
142+
release Full production release (creates release in Github)
143+
release Runs common.release then runs godocs
144+
release-snap Test the full release (build binaries)
145+
release-test Full production test release (everything except deploy)
146+
replace-version Replaces the version in HTML/JS (pre-deploy)
147+
tag Generate a new tag and push (tag version=0.0.0)
148+
tag-remove Remove a tag if found (tag-remove version=0.0.0)
149+
tag-update Update an existing tag to current commit (tag-update version=0.0.0)
150+
test Runs lint and ALL tests
151+
test-ci Runs all tests via CI (exports coverage)
152+
test-ci-no-race Runs all tests via CI (no race) (exports coverage)
153+
test-ci-short Runs unit tests via CI (exports coverage)
154+
test-no-lint Runs just tests
155+
test-short Runs vet, lint and tests (excludes integration tests)
156+
test-unit Runs tests and outputs coverage
157+
uninstall Uninstall the application (and remove files)
158+
update-linter Update the golangci-lint package (macOS only)
159+
vet Run the Go vet application
156160
```
157161

158162
</details>

0 commit comments

Comments
 (0)