1.0.2 • Published 5 years ago

quick-ep v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

QuickEP - Fast Http Endpoint creation from the Command Line

Installation

$ npm install -g quick-ep

Usage

$ quickep <paramaters>

Parameters

ParameterDescriptionExample
--methodThe http method to use'all', 'delete', 'get', 'param', 'post'
--responseThe response to the request'this is a response'
--portThe port the endpoint will listen to3000
--pathThe path of the endpoint' / '