2020-04-05 14:23:48 -04:00
|
|
|
## Contribute and Contributor
|
|
|
|
### Usage of weapon-md
|
|
|
|
```
|
|
|
|
./weapon-md
|
|
|
|
Usage of ./weapon-md:
|
|
|
|
-isFirst
|
|
|
|
if you add new type, it use
|
|
|
|
-url string
|
|
|
|
github / gitlab / bitbucket url
|
|
|
|
```
|
2020-04-05 14:22:12 -04:00
|
|
|
|
2020-04-05 14:23:48 -04:00
|
|
|
### Three Procedures for the Contribute
|
|
|
|
- First, generate markdown code using `weapon-md`
|
|
|
|
```
|
|
|
|
$ ./weapon-md -url https://github.com/hahwul/xspear
|
|
|
|
| [xspear](https://github.com/hahwul/xspear) | Powerfull XSS Scanning and Parameter analysis tool&gem | ![](https://img.shields.io/github/stars/hahwul/xspear) | ![](https://img.shields.io/github/languages/top/hahwul/xspear) | ![](https://img.shields.io/github/repo-size/hahwul/xspear)<br>![](https://img.shields.io/github/license/hahwul/xspear) <br> ![](https://img.shields.io/github/forks/hahwul/xspear) <br> ![](https://img.shields.io/github/watchers/hahwul/xspear) |
|
|
|
|
```
|
|
|
|
- Second, Give me PR or Add issue with output code<br>
|
|
|
|
- Third, There's no third.
|