jshawl-octokit-rest-no-at-sign

v0.0.1-semantically-released
GitHub REST API client for Node.js
octokit github rest api-client

coverage

nyc report --reporter=html && open coverage/index.html

pretest

standard

test

nyc mocha test/mocha-node-setup.js "test/*/**/*-test.js"

test:browser

cypress run --browser chrome

test:memory

mocha test/memory-test

build

npm-run-all build:*

build:ts

node scripts/generate-types

prebuild:browser

mkdirp dist/

build:browser

npm-run-all build:browser:*

build:browser:development

webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-rest.js --profile --json > dist/bundle-stats.json

build:browser:production

webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-rest.min.js --devtool source-map

generate-bundle-report

webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html

generate-routes

node scripts/generate-routes

prevalidate:ts

npm run -s build:ts

validate:ts

tsc --target es6 --noImplicitAny index.d.ts

postvalidate:ts

tsc --noEmit --target es6 test/typescript-validate.ts

start-fixtures-server

octokit-fixtures-server
npm i jshawl-octokit-rest-no-at-sign

Metadata

  • MIT
  • Whatever
  • Gregor Martynus
  • released 5/27/2019

Downloads

Maintainers