moe-scripts

v0.0.8
CLI for common scripts for my projects

install

cd ../.. && node_modules/.bin/moe-scripts init

watch:build

node src build --source-maps --copy-files --out-dir dist --watch

watch:test

node src test --watch

test

node src test

test:update

node src test --updateSnapshot

build

node src build --source-maps --copy-files --out-dir dist

lint

node src lint

format

node src format

validate

node src validate

postversion

git push && git push --tags && npm publish

prepublishOnly

npm run build

Metadata

  • MIT
  • >= 8
  • Mehmet Ozum Eldogan
  • released 3/11/2018

Downloads

Maintainers