antler

v0.2.0
Directory structure linter
directory structure linter linting folder directories folders enforce

dist

rm -rf dist && mkdir -p dist && tsc --project tsconfig.dist.json && chmod +x dist/cli.js

typecheck

tsc --noEmit --project tsconfig.json

format

prettier --write .

format-check

prettier --check .

lint

eslint '**/*.{ts,tsx,js,jsx}'

tests

jest --coverage --runInBand

test

npm run typecheck && npm run format-check && npm run lint && npm run tests

prepublishOnly

npm run dist
npm i antler

Metadata

  • MIT
  • Whatever
  • Jake 'Sid' Smith
  • released 9/30/2022

Downloads

Maintainers