pokelab-lets-go

v0.0.11
Pokémon data & utilities to build tools.

build:cjs

tsc -p tsconfig.cjs.json

build:es

tsc -p tsconfig.es.json

build

rimraf dist && npm run build:cjs && npm run build:es

test

jest

prettier

prettier **/*.ts **/*.json **/*.md !dist/**/*

tslint

tslint src/**/*.ts

check-code

npm run tslint && npm run prettier -- -l

fix-code

npm run tslint -- --fix && npm run prettier -- --write

prepublishOnly

npm run check-code && npm run test && npm run build
npm i pokelab-lets-go

Metadata

  • ISC
  • Whatever
  • Sergio Morchón Poveda
  • released 12/7/2018

Downloads

Maintainers