@rh389/mongocouch-core

v0.0.5

test

jest

flow

flow

build

npm run build:clean && npm run build:cjs && npm run build:flow

build:clean

rm -rf ./dist && mkdir ./dist

build:js

babel src --ignore 'src/__fixtures__,**/__tests__'

build:cjs

npm run build:js -- --env-name cjs --out-dir dist/

build:flow

for file in $(find ./src -name '*.js' -not -path '*/__fixtures__*' -not -path '*/__tests__*'); do cp "$file" `echo "$file" | sed 's/\/src\//\/dist\//g'`.flow; done
npm i @rh389/[email protected]

Metadata

  • MIT
  • Whatever
  • Rob Hogan
  • released 1/25/2019

Downloads

Maintainers