pokelab-sw

v1.0.5

data:update

node --experimental-modules ./data/update.js

test

jest

build

npm run data:update && tsc -p src

prettier

prettier "**/*.ts" "**/*.js" "**/*.json" "**/*.yml" "**/*.md"

lint

eslint src data/**/*.js

check-code

npm run lint && npm run prettier -- -l

fix-code

npm run lint -- --fix src/** && npm run prettier -- --write

prepublishOnly

npm run check-code && npm run build && npm test
npm i pokelab-sw

Metadata

  • Unknown
  • Whatever
  • Sergio Morchón Poveda
  • released 11/30/2019

Downloads

Maintainers