trufflehq / truffle-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 91.7%Language:JavaScript 8.3%