Siliconrob / npx-api-tester

Common helper methods for npx testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npx-api-tester

Common setup for testing npm with npx

Examples

  • npx run-func index.js getBookings
  • npx run-func search.js findLocation "Google Mountain View"
  • npx run-func locations.js getCurrentLocations
  • npx run-func extracter.js getCurrents "https://google.com
  • npx run-func extracter.js getCurrents "https://google.com
  • npx run-func translateXML.js urlToJSON "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"

About

Common helper methods for npx testing

License:MIT License


Languages

Language:JavaScript 97.4%Language:Dockerfile 2.6%