An open API service indexing awesome lists of open source software.

https://github.com/kingcc/lzs

A simple personal resume.
https://github.com/kingcc/lzs

Last synced: 11 months ago
JSON representation

A simple personal resume.

Awesome Lists containing this project

README

          

lzs
===
[![npm version](https://badge.fury.io/js/lzs.svg)](https://badge.fury.io/js/lzs)

A simple personal resume.

###Install

```
$ npm install -g lzs
```

###Usage

```
$ lzs # To make sure you have add '-g' in install.

Usage: [option]

Commands:

resume|rs [options] 查看我的简历!

Options:

-h, --help output usage information
-V, --version output the version number

-i, --picture 帅照
-b, --basic 基本信息
-p, --product 项目清单
-s, --skill 技能清单

Example:

lzs resume -i

```