Disclaimer: I had no idea node and electron apps are so large in size until I finished. Should've guessed electron packs whole chromium ¯\_(ツ)_/¯
I got tired of setting up my workbench and wrote a tool to quickly set up my pawn environment. This is a CLI tool. Run it, get asked a few questions about what you want installed, and you are done. Add it to your $PATH to access it anywhere.
Currently there are only plugins and includes I use, feel free to request more (or better yet, create a PR on github).
Usage:
Download: create-samp-app.zip
Source: Github
But wait! There's more
Then I decided I should write an app (to check out electron).
Download: create-samp-app-gui-win32-x64.zip create-samp-app-gui-win32-x64.7z
Source: Github
create-samp-app
I got tired of setting up my workbench and wrote a tool to quickly set up my pawn environment. This is a CLI tool. Run it, get asked a few questions about what you want installed, and you are done. Add it to your $PATH to access it anywhere.
Currently there are only plugins and includes I use, feel free to request more (or better yet, create a PR on github).
Usage:
Code:
create-samp-app [target dir]
Code:
Available flags:
-h, --help This help message
-t, --target Platform target
-d, --delete Remove default filterscripts and includes
-c, --compiler PAWN compiler
-i, --includes Includes
-p, --plugins Plugins
-m, --mysql Mysql plugin version
-s, --mysql-static Use statically compiled mysql plugin (linux only)
Source: Github
But wait! There's more
Then I decided I should write an app (to check out electron).
create-samp-app-gui
Download: create-samp-app-gui-win32-x64.zip create-samp-app-gui-win32-x64.7z
Source: Github