Skip to content

J4YF7O/restcli-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restcli-node

Build Status

Node docker image with rest-cli command installed.

drawing

Usage

Docker run

docker run -v "$(pwd)"/test:/test j4yf7o/restcli-node rest-cli ls -D test/*.http

Gitlab Ci

test-api:
  image: j4yf7o/restcli-node
  before_script:
    - yarn
    - yarn add wait-port
    - yarn start:dev &
  script:
    - yarn wait-port 3000
    - rest-cli ls -D test/*.http
  after_script:
    - pkill node

Credit

  • The fabulous repository rest-cli for intellij http-request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published