pokelab-swsh

v1.1.0

data:update

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

test

jest

build

npm run data:update && tsc -p src

prettier

prettier "**/*.ts" "**/*.js" "**/*.json" "**/*.yml" -l

lint

eslint src data/**/*.js

check-code

npm run lint && npm run prettier

fix-code

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

prepublishOnly

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

Metadata

  • Unknown
  • Whatever
  • Sergio Morchón Poveda
  • released 6/28/2020

Downloads

Maintainers