woodcut-cli
/
0.2.1
woodcut-cli 0.2.1
Install from the command line:
Learn more about npm packages
$ npm install @zeepk/woodcut-cli@0.2.1
Install via package.json:
"@zeepk/woodcut-cli": "0.2.1"
About this version
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
woodcut
with flags appended - e.g.woodcut ge Lobster
orwoodcut vos -h
-
ge [item]
- returns the current Grand Exchange price for that item -
stats [username]
- displays that users current skills -
vos
- 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