stunsail

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

lint

eslint src tests

index

node build/create-index.js

prebuild

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

build

npm run index && 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

changelog

standard-changelog -i CHANGELOG.md -o CHANGELOG.md

prepublish

npm test

commit

git-cz

Metadata

  • MIT
  • >=4
  • Bo Lingen
  • released 6/16/2017

Downloads

Maintainers