micro-extensions

v0.1.10
Tools for building Node.js apps with Zeit's Micro

dev

yarn build:watch & yarn test:watch

build

rimraf lib && babel src -d lib

build:watch

rimraf lib && babel src -d lib --watch

test

mocha --compilers js:babel-core/register 'src/**/__tests__/*.js'

test:watch

mocha --watch --compilers js:babel-core/register 'src/**/__tests__/*.js'

prepublish

rimraf lib && babel src -d lib

lint

standard

profile

babel-node profile

pretest

standard

Metadata

  • MIT
  • Whatever
  • Versal engineering
  • released 9/1/2017

Downloads

Maintainers