UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

12 lines (8 loc) 213 B
'use strict'; var implementation = require('../implementation'); var test = require('tape'); var runTests = require('./tests'); test('implementation', function (t) { runTests(implementation, t); t.end(); });