flow-mono-cli

v1.2.1
A command line interface that aims to solve a few issues while working with flow typed codebases in a mono-repo.
flow mono mono-repo cli stub typing lerna yarn workspaces workspaces and 3 more...

test

npm run lint && npm run flow && npm run jest:coverage

lint

eslint src

jest

jest

jest:watch

npm run jest -- --watch

jest:coverage

npm run jest -- --coverage

build:clean

rimraf dist

build:babel

babel src --out-dir dist --ignore spec.js

build:flow

flow-copy-source -v src dist --ignore='*.spec.js'

build

npm run build:babel && npm run build:flow

dev

nodemon --quiet --watch src --exec 'npm run build'

flow

flow

flow-typed

flow-typed

flow-typed-install

flow-typed install --ignoreDeps=peer --overwrite

prepare

npm run flow-typed-install || true

prepublishOnly

npm run build

precommit

lint-staged && npm test

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • >=8.8.0
  • Immonet dev team
  • released 11/8/2017

Downloads

Maintainers