0.0.4 • Published 2 years ago
@test-organization-will-delete-this/metro v0.0.4
Metropolis CLI
TESTING
Smart contract visualization CLI tool.
Dev Setup
yarn
yarn install:dev
source ~/.zshrc # or ~/.bashrc
yarn watch
mdev
This will register the mdev
command in your $PATH - which points to run. yarn watch
will look for changes in src and recompile with tsc
command. Any runs of mdev
will run the
/dist/index.js
entry point.
Register as a global package
yarn build
yarn install:global
metro
This will register the current build of dist/index.js
as a global command metro
. This is useful
for testing the CLI tool without having to publish to npm.