UNPKG

grunt

Version:

A task-based command line build tool for JavaScript projects.

12 lines (10 loc) 262 B
/* * {%= name %} * {%= homepage %} * * Copyright (c) {%= template.today('yyyy') %} {%= author_name %} * Licensed under the {%= licenses.join(', ') %} license{%= licenses.length === 1 ? '' : 's' %}. */ exports.awesome = function() { return 'awesome'; };