gen-flow-files

v0.4.9
[![npm version](https://img.shields.io/npm/v/gen-flow-files.svg)](https://www.npmjs.com/package/gen-flow-files) [![npm downloads](https://img.shields.io/npm/dt/gen-flow-files.svg)](https://www.npmjs.com/package/gen-flow-files)

build

npm run build:clean && npm run build:lib

build:clean

rimraf dist

build:lib

cross-env BABEL_ENV=production babel src --out-dir dist --ignore '**/__tests__/**'

test

jest

prettier

prettier "*/**/*.js" --ignore-path ./.prettierignore --write && git add . && git status

generate-example-code

rimraf example/generated-code && ./bin/gen-flow-files.js example/orginal-code --out-dir example/generated-code

prepublish

npm run test && npm run build && npm run generate-example-code

Metadata

  • MIT
  • Whatever
  • Ilya Lesik
  • released 12/18/2019

Downloads

Maintainers