Skip to content

selop/newman-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Newman

The newman plugin provides autocompletion for the Newman CLI .

Installation

  1. Create a folder newman in your Oh-my-zsh plugin directory ~/.oh-my-zsh/plugins and put _newman inside the ~/.oh-my-zsh/plugins/newman folder.

  2. Enable the plugin in your ~/.zshrc:

plugins=(... newman)
  1. Newman requires NodeJS and npm. To install newman simply run:
npm install -g newman
  1. Type newman into your promt and hit TAB to see available completion options.

About

Oh-my-zsh autocomplete plugin for Newman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published