Run the following series of commands
brew tap zeepk/woodcut-cli https://github.com/zeepk/woodcut-cli
brew install woodcut-cli
Install manually from the releases page
All commands begin with
woodcutwith flags appended - e.g.woodcut ge Lobsterorwoodcut vos -h
ge [item]- returns the current Grand Exchange price for that itemstats [username]- displays that users current skillsvos- returns current Voice of Seren clans-h- shows the last 10 VoS clan hours
Project created with Cobra using the Cobra CLI
- Create tag with
git tag -a v0.1.0 -m "commit message" - Push tag with
git push origin v0.1.0 - Create release on Github using this link
- Push build files to the release with
goreleaser release --rm-dist - Update version in
package.json - Publish to NPM with
npm publish --access public