Skip to content

dferber90/Paw-httpstatCodeGenerator

 
 

Repository files navigation

Build Status

httpstat Code Generator (Paw Extension)

A Paw Extension that generates httpstat command line code.

Installation

Easily install this Paw Extension: Install httpstat Code Generator

Development

Build & Install

npm install
npm run cake build
npm run cake install

Watch

During development, watch for changes:

npm run cake watch

License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!

Contributors

See Contributors.

Credits

This repo is a fork of cURLCodeGenerator with slight modifications to output httpstat instead of curl code.

The other major difference is that httpstat requires the URL as the first argument while curl is more flexible. So this package will always emit the URL as the first argument, where as cURLCodeGenerator does not.

About

This is a Paw Extension that generates httpstat command line code.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • CoffeeScript 86.2%
  • Mustache 13.8%