You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ What it can do
67
67
* Remotely and safely disable your mod
68
68
* Publish your mod on mod portal via GitHub tags
69
69
* Auto generate documentation with auto publishing on [GitHub pages][GitHub-page]
70
+
* Auto publishing on [mods.portal.com](https://mods.factorio.com/) and on GitHub
70
71
71
72
What it enables you to do
72
73
-------------------------
@@ -78,6 +79,7 @@ What it enables you to do
78
79
* Fastly publish your mod on mod portal
79
80
* Use other's modules/code without adaptation
80
81
* Easily manage your documenation
82
+
* Auto publishing everywhere (almost)
81
83
82
84
Useful stuff
83
85
------------
@@ -90,7 +92,7 @@ Useful stuff
90
92
Stuff used
91
93
----------
92
94
93
-
*[A GitHub Action](https://github.com/shanemadden/factorio-mod-portal-publish) to automatically publish to the Factorio mod portal
95
+
*Many GitHub Actions to automatically publish to the Factorio mod portal etc
94
96
*[EditorConfig](https://editorconfig.org/) - helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs
95
97
* Factorio's event handler (See Factorio's folder `..\data\core\lualib\event_handler.lua`)
0 commit comments