stunsail

v1.0.0-alpha.14
Super opinionated collection of utility functions.
utility tools utils collection functions

lint

standard "src/**/*.js" "tests/**/*.js" | snazzy

docs

trash "docs" && node build/build-docs.js

index

node build/create-index.js

prebuild

trash "babel" "es" "lib" "*.js" "!.eslintrc.js"

build

npm run index && if-not-ci npm run build:es && npm run build:main

build:es

cross-env BABEL_ENV=es babel src -d es

build:main

cross-env BABEL_ENV=production babel src -d .

build:watch

cross-env BABEL_ENV=dev babel src -d . -w

pretest

npm run build && npm run lint

test

ava

test:watch

ava -w

prepublish

npm test

Metadata

  • MIT
  • >=4
  • Bo Lingen
  • released 7/7/2017

Downloads

Maintainers