1.0.1 • Published 3 years ago

todos-test-cli v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

newman-manager

Table of contents

  1. Getting Started
  2. Usage
    1. Using Newman Manager CLI

Getting started

To run Newman Manager, ensure that you have Node.js >= v10. Install Node.js via package manager.

Installation

The easiest way to install Newman Manager is using NPM. If you have Node.js installed, it is most likely that you have NPM installed as well.

$ npm install -g newman-manager

This installs Newman Manager globally on your system allowing you to run it from anywhere. If you want to install it locally, Just remove the -g flag.

back to top