Comparing version 0.3.0 to 0.3.1
@@ -11,2 +11,10 @@ #!/usr/bin/env node | ||
.command('title', 'Display title', {}, () => console.log(makenova.title)) | ||
.command('alias', 'Display alias', {}, () => console.log(makenova.alias)) | ||
.command('twitter', 'Display twitter', {}, () => { | ||
console.log(makenova.twitter) | ||
}) | ||
.command('github', 'Display github', {}, () => console.log(makenova.github)) | ||
.command('website', 'Display website', {}, () => { | ||
console.log(makenova.website) | ||
}) | ||
.help('h') | ||
@@ -13,0 +21,0 @@ .alias('h', 'help') |
{ | ||
"name": "makenova", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "who is makenova?", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5397
103