ocular-dev-tools

v0.1.5
Dev tools for our Javascript frameworks
javascript

lint

npm run lint-yarn

test

echo Please help add tests

build

echo No build needed

clean

echo No build needed

lint-yarn

!(grep -q unpm.u yarn.lock) || (echo 'Please rebuild yarn file using public npmrc' && false)

publish-beta

npm run build && npm run test && npm run test dist && npm publish --tag beta

publish-prod

npm run build && npm run test && npm run test dist && npm publish

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 12/27/2019

Downloads