flowgen

v1.21.0
Generate flowtype definition files from TypeScript

prepublishOnly

npm run compile & npm run type

type

tsc -p tsconfig.declaration.json

compile

babel ./src --extensions '.ts,.tsx,.js' --out-dir lib --delete-dir-on-start --ignore 'src/**/*.spec.ts' --ignore 'src/__tests__/'

compile:watch

npm run compile -- -w

test

jest src/**/*.spec.ts

test:watch

jest src/**/*.spec.ts --watch

lint

eslint '**/*.{js,ts,tsx}' --quiet
npm i flowgen

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 12/18/2022

Downloads

Maintainers