Home

Awesome

Buidler Plugin

This plugin for Oh-My-Zsh (zsh) adds completion and useful aliases for NomicLabs Buidler tool buidler.dev

asciicast

installation

Git mode

Clone this repository https://github.com/gonzalobellino/buidler-zsh.git in $ZSH_CUSTOM/plugins (default: ~/.oh-my-zsh/custom/plugins)

Manual mode

Download this file buidler-zsh.plugin.zsh and move it to a new directory $ZSH_CUSTOM/plugins/buidler-zsh

$ZSH_CUSTOM (default:~/.oh-my-zsh/custom)
├── plugins
     └── buidler-zsh
         └── buidler-zsh.plugin.zsh

To activate it, add buidler-zsh to the plugins array of your .zshrc file:

plugins=(... buidler-zsh)

You need to reload ZSH (source .zshrc) or logout from the active terminal.

Aliases

AliasCommand
buidnpx --no-install buidler
buidcnpx --no-install buidler compile
buidtnpx --no-install buidler test
buidrnpx --no-install buidler run
buidnnpx --no-install buidler node
buidhnpx --no-install buidler help