{"id":19772739,"url":"https://github.com/michaelkolesidis/webproject-scripts","last_synced_at":"2025-02-28T05:15:37.227Z","repository":{"id":115662463,"uuid":"472987972","full_name":"michaelkolesidis/webproject-scripts","owner":"michaelkolesidis","description":"A collection of simple shell scripts for working with webprojects.","archived":false,"fork":false,"pushed_at":"2022-05-31T14:39:20.000Z","size":60,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T01:11:32.476Z","etag":null,"topics":["bash-script","bash-scripting","beginner-code","beginner-friendly","beginner-project","front-end","front-end-development","shell","simple-project","simple-script","web-development","web-project"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelkolesidis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-03-23T00:51:46.000Z","updated_at":"2022-04-08T18:06:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f83bd834-3bf2-4fce-818d-5683a2c8a1a1","html_url":"https://github.com/michaelkolesidis/webproject-scripts","commit_stats":null,"previous_names":["mnkbb699/webproject-scripts","mkole/webproject-scripts","michaelkolesidis/webproject-scripts"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelkolesidis%2Fwebproject-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelkolesidis%2Fwebproject-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelkolesidis%2Fwebproject-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelkolesidis%2Fwebproject-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelkolesidis","download_url":"https://codeload.github.com/michaelkolesidis/webproject-scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241104107,"owners_count":19910374,"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":["bash-script","bash-scripting","beginner-code","beginner-friendly","beginner-project","front-end","front-end-development","shell","simple-project","simple-script","web-development","web-project"],"created_at":"2024-11-12T05:07:31.635Z","updated_at":"2025-02-28T05:15:37.208Z","avatar_url":"https://github.com/michaelkolesidis.png","language":"Shell","readme":"\u003cbr\u003e\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./webproject-script-logo.png\"\u003e\n  \u003ch4\u003eA collections of simple shell scripts for working with webprojects\u003c/h4\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n\n## Technologies Used\n\u003ca href=\"https://en.wikipedia.org/wiki/Bash_(Unix_shell)\"\u003e\u003cimg src=\"https://github.com/michaelkolesidis/tech-icons/blob/main/icons/bash/bash-original.svg\" height=\"50px\" /\u003e\u003c/a\u003e\n\n\n## List\nThis is a list with all the scripts included:\n\n\n| Script Name | Short for     | Function |\n|-------------|---------------|----------|\n| bp.sh       | boilerplate   | Creates a front-end web project file structure and adds the basic files with some boilerplate. |\n| ga.sh       | git all       | Combines git add, git commit -m \"message\" and git push. Parses bash arguments and uses them as the commit message. |\n\n\n\n## Instructions\n\nPlace the script in a folder of your choice and run this command to make each script executable:\n```\n$ chmod +x webproject.sh\n```\n\nOpen the .bashrc file located in the home folder. It is hidden by default, so you might have to type Ctrl + H in order to make it visible. Then add this line in the end:\n```\nexport PATH=$PATH:~/YOUR/FOLDER\n```\n\nChange /YOUR/FOLDER with the path of the folder you have put your scripts in. For instance if you created a folder named scripts located in your come folder, you should write:\n```\nexport PATH=$PATH:~/scripts\n```\n\nThen open your terminal and run:\n```\n$ source ~/.bashrc\n```\n\nIf everything worked, you will now be able to run the scripts from anywhere in your system! (Note than you don't have to write the $ symbol)\n\n\n\n## Contributing\n\nIf you have any ideas for new scripts or improvements to the existing scripts, feel free to open an issue.\n\n\n\n## License\n\n\u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.html\"\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/9/93/GPLv3_Logo.svg\" height=\"100px\" /\u003e\u003c/a\u003e\n\nCopyright (c) 2022 Michael Kolesidis\u003cbr\u003e\nLicensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html).\n\n\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\n\n[//]: # (Free Software)\n\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\n  \u003ca href=\"https://github.com/michaelkolesidis/made-with-linux\" target=\"_blank\"\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Made_with_Linux.png/240px-Made_with_Linux.png\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\u003cbr\u003e                                                      \n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://endsoftwarepatents.org/innovating-without-patents\"\u003e\u003cimg style=\"height: 90px;\" src=\"https://static.fsf.org/nosvn/esp/logos/innovating-without-patents.svg\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelkolesidis%2Fwebproject-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelkolesidis%2Fwebproject-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelkolesidis%2Fwebproject-scripts/lists"}