UNPKG

simplerestclients

Version:

A library of components for accessing RESTful services with javascript/typescript.

25 lines (17 loc) 233 B
language: node_js node_js: - "node" dist: trusty sudo: false addons: chrome: stable install: - npm --version - npm i script: - npm run lint - npm run test - npm run build cache: directories: - node_modules