@hs/transmute

v2.0.2
kind of like lodash but works with Immutable
curry data datastructure function functional immutable util

build

npm run build:clean || npm run build:commonjs

build:clean

rm -r *.js internal

build:commonjs

BABEL_ENV=commonjs babel src --ignore *-test.js --out-dir .

docs

npm run docs:html && npm run docs:readme

docs:html

documentation build src/** -f html -o docs

docs:readme

documentation readme --format md --github --quiet --section 'API' src

flow:check

flow check

format

git diff --name-only @ | grep "src/.*\.js$" | xargs npm run prettier -- --write '{}'

format:all

npm run prettier -- --write "src/**/*.js"

lint

eslint

lint:all

eslint src

precommit

lint-staged

prepublishOnly

npm run flow:check && npm run lint:all && npm run test && npm run build

postPublishOnly

npm run build:clean

prepush

npm run lint:all && npm run flow:check && npm run test

prettier

prettier

prettier:write

npm run prettier -- --write "src/**/*.js"

test

jest

test:watch

jest --watch
npm i @hs/[email protected]

Metadata

  • MIT
  • Whatever
  • Colby Rabideau
  • released 10/31/2017

Downloads

Maintainers