1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-15 10:07:07 +01:00

Use Commander.js for invocations.

This commit is contained in:
hacksalot
2016-01-03 02:22:26 -05:00
parent a95b52acd0
commit 6b3396e01b
5 changed files with 175 additions and 36 deletions

View File

@ -15,6 +15,7 @@ Implementation of the 'create' verb for HackMyResume.
Create a new empty resume in either FRESH or JRS format.
*/
module.exports = function create( src, dst, opts, logger ) {
//console.log(src);
var _log = logger || console.log;
if( !src || !src.length ) throw { fluenterror: 8 };
src.forEach( function( t ) {