UNPKG

sourcecat

Version:

Concatenate the source files of a project

5 lines (4 loc) 128 B
var combine = require('./helpers/combine'); var test = require('tape'); test('simple', combine); test('custom-order', combine);