resettable-file

v0.3.13
Resettable files for creating and maintaining boilerplates
boilerplate resettable undo reset

build

moe-scripts build

build:doc

moe-scripts doc --no-cache

commit

moe-scripts commit

file

f() { P=$1; P=${P/src/lib}; P=${P/.ts/.js}; tsc-watch --onSuccess "node -r source-map-support/register ${P}"; }; f

format

moe-scripts format

lint

moe-scripts lint

prepublishOnly

npm run build

release

git checkout master && git pull origin master && standard-version && git push --follow-tags origin master && npm publish

squash

BRANCH=`git rev-parse --abbrev-ref HEAD` && git checkout master && git merge --squash $BRANCH && npm run commit

test

moe-scripts test

test:update

moe-scripts test --updateSnapshot

validate

moe-scripts validate

watch

concurrently 'npm run build -- --watch' 'npm run test -- --watch' | awk '{gsub(/\033c/,"") system("")}1'
npm i resettable-file

Metadata

  • MIT
  • Whatever
  • Özüm Eldoğan
  • released 7/11/2018

Downloads

Maintainers