stunsail

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

lint

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

index

node script/create-index.js

prebuild

trash "babel" "es" "lib" "*.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 lint && npm run build

test

ava --concurrency 10

test:watch

ava -w

prepublishOnly

npm test

Metadata

  • MIT
  • >=6
  • Bo Lingen
  • released 12/6/2017

Downloads

Maintainers