gatsby

v1.0.0-alpha12-alpha.577b9e82
React.js Static Site Generator
blog generator jekyll markdown react ssg website

lint

eslint --ext .js,.jsx --ignore-path .gitignore .

test

npm run lint && npm run test-node && npm run test-integration

build

rimraf dist && babel lib --out-dir dist/

watch

rimraf dist && babel -w lib --out-dir dist/

lint:flow

babel-node scripts/flow-check.js

test-node

ava test/utils

test-coverage

nyc --reporter=lcov --reporter=text npm test

test-integration

ava test/integration

clean-test-bundles

find test/ -type f -name bundle.js* -exec rm -rf {} +

Metadata

  • MIT
  • >4.0.0
  • Kyle Mathews
  • released 4/22/2017

Downloads

Maintainers