Skip to content

trufflehq/truffle-cli

Repository files navigation

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)

About

The Truffle Developer Platform CLI - volta install @trufflehq/cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published