aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFarzad Sadeghi <thabogre@gmail.com>2019-07-12 12:49:43 +0000
committerGitHub <noreply@github.com>2019-07-12 12:49:43 +0000
commit52724761b65c998ba07fdb8a8d9c77b512c6421b (patch)
tree4b9d4b86200145e1a3cb5f4a4d6a28d2b8be7d65
parentupdate (diff)
parentAdd license scan report and status (diff)
downloadluatablegen-master.tar.gz
luatablegen-master.zip
Merge pull request #7 from fossabot/masterHEADmaster
Add license scan report and status
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e82180c..e38aa59 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
# luatablegen
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Fluatablegen.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Fluatablegen?ref=badge_shield)
+
`luatablegen` takes a list of C structures and generates lua tables in C.<br/>
The input is in the form of a JSON file that describes the C structure and the Lua types you want.<br/>
@@ -50,3 +52,7 @@ The list of the projects that use luatablegen:<br/>
## TODO
* fields should be able to reference each other.<br/>
* add more options for the table fileds.<br/>
+
+
+## License
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Fluatablegen.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Fluatablegen?ref=badge_large) \ No newline at end of file