wrappers.js

v0.0.1
> A collection of _invisible_ components to do the dirty work for you

start

run-p build:watch docs

publish

np

docs

cd docs && npm start

build:docs

cd docs && npm run build

clean

rimraf dist

build

run-s clean && rollup -c && run-s build:min

build:min

uglifyjs dist/index.js -c -m -o dist/index.min.js

build:watch

rollup -c --watch

precommit

lint-staged

Metadata

  • ISC
  • Whatever
  • Leif Riksheim
  • released 5/13/2019

Downloads

Maintainers