gatsby

v0.12.22
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

babel lib --out-dir dist/

watch

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
  • >0.12.0
  • Kyle Mathews
  • released 12/9/2016

Downloads

Maintainers