gatsby

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

publish-patch

npm run build && npm version patch && npm publish; git push; git push --tags

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 2/22/2017

Downloads

Maintainers