{"id":17214647,"url":"https://github.com/Islati/maven-build-tools","last_synced_at":"2025-02-24T06:33:09.703Z","repository":{"id":38183533,"uuid":"44760282","full_name":"Islati/maven-build-tools","owner":"Islati","description":"🔐 CLI Build Tools to automate maven project build, copy \u0026 upload.","archived":false,"fork":false,"pushed_at":"2023-03-20T17:13:24.000Z","size":71,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T19:16:34.199Z","etag":null,"topics":["automation","cli","maven","minecraft","minecraft-plugin","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Islati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-22T17:03:16.000Z","updated_at":"2023-03-20T17:11:36.000Z","dependencies_parsed_at":"2024-10-11T03:51:44.992Z","dependency_job_id":null,"html_url":"https://github.com/Islati/maven-build-tools","commit_stats":{"total_commits":32,"total_committers":6,"mean_commits":5.333333333333333,"dds":0.65625,"last_synced_commit":"0c9d5d94fc900e722aba1dce37ce8f38d1a1784b"},"previous_names":["technicalbro/craftbuildtools"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Islati%2Fmaven-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Islati%2Fmaven-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Islati%2Fmaven-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Islati%2Fmaven-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Islati","download_url":"https://codeload.github.com/Islati/maven-build-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239985689,"owners_count":19729512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","cli","maven","minecraft","minecraft-plugin","python3"],"created_at":"2024-10-15T03:04:58.784Z","updated_at":"2025-02-24T06:33:09.641Z","avatar_url":"https://github.com/Islati.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"maven-build-tools \n====\n👉 Automate tests, builds, copy, and ftp-upload.\n\n\nInstalling\n===\n\n*Installing Latest Release (From PyPi)*\n\n    $ pip install craftbuildtools\n    \n*Installing Latest Release (From Github)*\n\n    $ git clone https://github.com/Islati/maven-build-tools.git\n    $ cd CraftBuildTools\n    $ python setup.py install \n    \n*Installing Legacy Release (Only available on GitHub)*\n\n    $ wget https://github.com/Islati/maven-build-tools/archive/legacy.tar.gz\n    $ tar xvf legacy.tar.gz\n    $ cd legacy\n    $ python setup.py install\n\n\nFeatures\n-------------\n\n - Extremely Simple Project Management.\n - Create a new fully-configured projects in *seconds* with templates.\n - Edit your project information directly from the CLI\n - Build your projects all at once!\n - *Testing Locally?* Copy your built projects directly to your server!\n - *Running a server?* Upload your new builds to your server via FTP!\n - Plugin-Based Design; Enabling you to hack away and make your build process the way you want it!\n - Lightweight, enabling maximum productivity!\n\nCommands\n---------------\n####\u003ci class=\"icon-file\"\u003e\u003c/i\u003eCreate a Project\n\n*Run the command below, and follow its simply prompts!*\n\n    $ craftbuildtools createproject\n\n*What if I want to skip the prompts?*\n\n    $ craftbuildtools createproject -tp TemplateName\n \n *What if my project is hosted on Git?*\n \n\n    $ craftbuildtools createproject -tp Bukkit_Plugin --clone www.githost.com/TemplateRepo.git\n\nUnlike below, *createproject* is its own command as it's an extremely complex operation, simplified through awesome design!\n\n####\u003ci class=\"icon-hdd\"\u003e\u003c/i\u003eAdd a Project to be Managed\n\n*Enter the command below, and follow the prompts! It's super simple!*\n\n    $ craftbuildtools projects add\n\n####\u003ci class=\"icon-pencil\"\u003e\u003c/i\u003eEdit a Projects Information\n\n    $ craftbuildtools projects edit\n\n####\u003ci class=\"icon-trash\"\u003e\u003c/i\u003eRemove a Project from CraftBuildTools\n\n*Enter the command below, and follow the prompts! *\n\n    $ craftbuildtools projects remove\n\n*Note: There's also an option to remove the entire project source... Just incase you need it!*\n\n####\u003ci class=\"icon-list\"\u003e\u003c/i\u003eList all your available projects!\n\n    $ craftbuildtools projects list\n\n####\u003ci class=\"icon-code\"\u003e\u003c/i\u003eBuild your Project(s)\n\n    $ craftbuildtools build -p ProjOne -p ProjTwo\n\n####\u003ci class=\"icon-trash\"\u003e\u003c/i\u003eClean all the old Files!\n\n    $ craftbuildtools clean\n\n\n####\u003ci class=\"icon-\"\u003e\u003c/i\u003eCopy all your built project files!\n\n    $ craftbuildtools copy -l ~/Location/\n\n####\u003ci class=\"icon-upload\"\u003e\u003c/i\u003eUpload your Project(s) build files.\n\n*With options defined after you first ran CraftBuildTools*\n\n    $ craftbuildtools upload\n\n*Specify new values to run the upload by, and save them for next time!*\n\n    $ craftbuildtols upload -h ftp.host.com -u Username -p Password -d /Dev/Plugins/ --updateconfig\n\n\n####\u003ci class=\"icon-star\"\u003e\u003c/i\u003eALL TOGETHER NOW!\n\n    $ craftbuildtools clean build -p Project -p API -p Plugin copy -l ~/MinecraftPlugins/ upload -d /Dev/Plugins/\n\n*See! Isn't that easy?*\n\n***CraftBuildTools will make your minecraft development experience so pleasant and hassle free, you won't be able to turn back once you've started using it!***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIslati%2Fmaven-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIslati%2Fmaven-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIslati%2Fmaven-build-tools/lists"}