stampit

v2.1.2
Create objects from reusable, composable behaviors.
object prototype object oriented browser inheritance oo node factory class and 1 more...

cov

npm run cov:clean && npm run cov:generate

cov:clean

rimraf ./coverage/

cov:generate

babel-node node_modules/.bin/isparta cover --report text --report html test/index.js

prepublish

npm run build && npm run check && npm test

test

npm run lint && babel-node test/index.js

clean

rimraf dist/* && mkdir dist || true

uglify

uglifyjs dist/stampit.js -m -c warnings=false -o dist/stampit.min.js

lint

eslint src && eslint test

build

npm run clean && babel src --out-dir dist && npm run uglify

deps

npm run deps:missing && npm run deps:extra

deps:missing

dependency-check package.json

deps:extra

dependency-check package.json --extra --no-dev --ignore

audit

nsp check

precheck

npm run lint && npm run build && npm test

check

npm run audit && npm run deps && npm outdated --depth 0

Metadata

  • MIT
  • Whatever
  • Eric Elliott
  • released 7/29/2016

Downloads