Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 523 Bytes

Truffle CLI

Interact with the Truffle Developer Platform

Installing

Ensure you have Node 18 installed. We recommend Volta.

$ volta install @trufflehq/cli # volta! (what we recommend)
$ yarn global add @trufflehq/cli # yarn!
$ npm i -g @trufflehq/cli # npm!

Releasing

  1. bump the version in package.json
  2. run yarn to update the lockfile
  3. create your commit (git commit -am "chore: whatever")
  4. tag (git tag -a "v0.0.n" -m "v0.0.n")
  5. push (git push --tags origin)