ocular-dev-tools

v2.0.0-alpha.4
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

bootstrap

yarn install-fast && ocular-bootstrap

lint-yarn

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

install-fast

PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn

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
  • >= 14.8
  • Unknown
  • released 12/30/2022

Downloads