@trufflehq/cli
v0.6.7
Published
The Truffle Developer Platform CLI
Downloads
20
Keywords
Readme
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
- bump the version in package.json
- run
yarn
to update the lockfile - create your commit (
git commit -am "chore: whatever"
) - tag (
git tag -a "v0.0.n" -m "v0.0.n"
) - push (
git push --tags origin
)