Comparing version 0.1.0 to 0.1.1
@@ -7,3 +7,4 @@ #!/usr/bin/env node | ||
console.log('A handy tool to generate common files in command line'.grey); | ||
console.log(' $ '.cyan + 'toka .gitignore'); | ||
console.log(' $ '.cyan + 'toka -v'); | ||
console.log(' $ '.cyan + 'toka .gitignore <LAUNGUAGE NAME>'); | ||
console.log(' $ '.cyan + 'toka .bowerrc <COMPONENT DIR>'); | ||
@@ -10,0 +11,0 @@ console.log(' $ '.cyan + 'toka license <LICENSE NAME>'); |
{ | ||
"name": "toka", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A handy tool to generate common files in command line", | ||
@@ -29,5 +29,5 @@ "main": "index.js", | ||
"bugs": { | ||
"url": "https://github.com/0x142857/gen/issues" | ||
"url": "https://github.com/0x142857/toka/issues" | ||
}, | ||
"homepage": "https://github.com/0x142857/gen", | ||
"homepage": "https://github.com/0x142857/toka", | ||
"devDependencies": { | ||
@@ -34,0 +34,0 @@ "mocha": "^2.1.0" |
## Toka | ||
A handy tool to generate common files in command line | ||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/0x142857/toka?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![NPM version](https://img.shields.io/npm/v/toka.svg?style=flat)](https://www.npmjs.com/package/toka) | ||
[![NPM download](https://img.shields.io/npm/dm/toka.svg?style=flat)](https://www.npmjs.com/package/toka) | ||
[![David Status](https://david-dm.org/0x142857/toka.svg)](https://david-dm.org/0x142857/toka) | ||
[![Build Status](https://travis-ci.org/0x142857/toka.svg?branch=master)](https://travis-ci.org/0x142857/toka) | ||
### A handy tool to generate common files in command line | ||
I used to search in Google then copy and paste these files, silly. | ||
```bash | ||
npm install toka -g | ||
toka | ||
@@ -13,2 +23,15 @@ toka -v | ||
The `.gitignore` languages we support: [Full List](lib/list/gitignore.js) | ||
The LICENSE type we support: | ||
- Apache-2.0 | ||
- BSD-2 | ||
- BSD-3 | ||
- GPL-2.0 | ||
- ISC | ||
- MIT | ||
- MPL-2.0 | ||
- WTF | ||
By deault, `toka` is also alias to `gen`. | ||
@@ -20,2 +43,8 @@ | ||
**Q: what does toka stand for?** | ||
**A: My girlfriend, here she is: [NSFW](http://ww4.sinaimg.cn/large/a15b4afegw1enz38of1lug20dw07t1kx.gif)** | ||
> Recently, My girlfriend AKA toka wants a Mac to help her work better, considering this project is filled with my love to toka and you Github lovers, you may donate some $ to me. Paypal and Alipay account both are i@0x142857.com | ||
## LICENSE | ||
@@ -22,0 +51,0 @@ |
59393
21
273
52