layout-hooks

v1.3.0

build

yarn lint && babel src --out-dir dist

start

node dist/index.js

dev

npx babel-node src/index.js

lint

yarn prettier --write --check --config ./.prettierrc "**/*.js" && eslint --fix ./src

test

npx babel-node examples/index.js

_dist:nopublish

echo 'Use `npm run dist` instead of `npm publish`!' && exit 1

_dist:prep

yarn build && cp package.json dist && cp README.md dist

_dist:post

rm -f dist/package.json && rm -f dist/README.md

dist

npm run _dist:prep && npm publish dist && npm run _dist:post
npm i layout-hooks

Metadata

  • MIT
  • Whatever
  • Luke Smetham
  • released 7/8/2020

Downloads

Maintainers