fela-base

v0.1.0
Fela Preset & Rules
fela preset rules

compile

tsc --noEmit

build

rimraf lib && tsc

reset

rimraf lib coverage

lint

tslint --fix --format codeframe 'src/**/*.ts'

format

prettier --write '*.md' 'src/**/*.ts'

test

jest

test-watch

jest --watch

test-coverage

jest --coverage

precommit

npm run lint && npm run test && npm run compile

prepublishOnly

npm run build
npm i fela-base

Metadata

  • MIT
  • Whatever
  • Matthew Wagerfield
  • released 5/30/2018

Downloads

Maintainers