UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

9 lines (6 loc) 201 B
module.exports = function(grunt) { grunt.registerTask('print', 'Print the specified text.', function(text) { console.log('OUTPUT: ' + text); // console.log(process.cwd()); }); };