UNPKG

base-domain

Version:

simple module to help build Domain-Driven Design

12 lines (10 loc) 270 B
/* * transformer for browserify * preloads all the domain files in the directory you set * * usage * * browserify -t [ base-domain/ify --dirname /path/to/domain/dir ] */ require('coffee-script/register'); module.exports = require('./src/base-domainify.coffee');