Comparing version 0.2.61 to 0.2.62
@@ -12,5 +12,5 @@ #!/usr/bin/env node | ||
console.log(' $ '.cyan + 'toka license <LICENSE NAME>'); | ||
return; | ||
process.exit() | ||
} | ||
console.log('hi') | ||
var gen = require('..'); | ||
@@ -17,0 +17,0 @@ var argv = require('minimist')(process.argv.slice(2), { |
{ | ||
"name": "toka", | ||
"version": "0.2.61", | ||
"version": "0.2.62", | ||
"description": "A handy tool to generate common files in command line", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ ## Toka | ||
[![NPM download](https://img.shields.io/npm/dm/toka.svg?style=flat-square)](https://www.npmjs.com/package/toka) | ||
[![David Status](https://img.shields.io/david/aprilorange/toka.svg?style=flat-square)](https://david-dm.org/aprilorange/toka) | ||
[![David Status](https://img.shields.io/david/egoist/toka.svg?style=flat-square)](https://david-dm.org/egoist/toka) | ||
@@ -8,0 +8,0 @@ ### A handy tool to generate common files in command line |
121423
365