graphql.macro

v0.1.0
Compile GraphQL AST at build-time with babel-plugin-macros.

clean

rm -rf lib

prebuild

npm run clean

build

NODE_ENV=production babel src --out-dir lib --ignore '**/*.test.js'

test

jest --coverage --runInBand

test:watch

npm run test -- --watch

eslint

eslint ./

format

prettier --write 'src/**/*.js' '*.{json,md}'

flow

flow

precommit

lint-staged

changelog

github-changes -o evenchange4 -r graphql.macro -b master -f ./CHANGELOG.md --order-semver --use-commit-body

Metadata

  • MIT
  • >=9.0.0
  • Michael Hsu
  • released 1/19/2018

Downloads

Maintainers