typescript-axios-wb

v1.0.3
Promise based HTTP client for the browser. Typescript refactored Axios.

dev

node examples/server.js

lint

tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

prebuild

rimraf dist

build

tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src

start

rollup -c rollup.config.ts -w

test

jest --coverage

test:watch

jest --coverage --watch

test:prod

npm run lint && npm run test -- --no-cache

deploy-docs

ts-node tools/gh-pages-publish

report-coverage

cat ./coverage/lcov.info | coveralls

commit

git-cz

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

precommit

lint-staged

travis-deploy-once

travis-deploy-once

prepub

npm run test:prod && npm run build

pub

sh release.sh
npm i typescript-axios-wb

Metadata

  • MIT
  • >=6.0.0
  • Laura Zhang
  • released 2/8/2020

Downloads

Maintainers