## how about this

为了快速搭建各类项目

## How to use

1. Install this tool by npm:
```
$ npm install lsp-cli -g
```

2. Create your porject directory, and use "lsp-cli" command:
```
$ mkdir my-project && cd my-project
$ lsp-cli
```